Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -97,7 +97,6 @@ tab1, tab2 = st.tabs(["Interpretive Number","Green Village"])
|
|
| 97 |
with tab1:
|
| 98 |
|
| 99 |
st.header("Human Interpretive Number (HIN)")
|
| 100 |
-
"""
|
| 101 |
|
| 102 |
st.write("")
|
| 103 |
"How do LLMs interpret us and over “a period” of time what is the result of our interaction with them?"
|
|
@@ -109,7 +108,7 @@ with tab1:
|
|
| 109 |
label1="What the LMM Sees (Simulated Life)",
|
| 110 |
label2="What we See (Real Life)",
|
| 111 |
)
|
| 112 |
-
|
| 113 |
|
| 114 |
|
| 115 |
with tab2:
|
|
|
|
| 97 |
with tab1:
|
| 98 |
|
| 99 |
st.header("Human Interpretive Number (HIN)")
|
|
|
|
| 100 |
|
| 101 |
st.write("")
|
| 102 |
"How do LLMs interpret us and over “a period” of time what is the result of our interaction with them?"
|
|
|
|
| 108 |
label1="What the LMM Sees (Simulated Life)",
|
| 109 |
label2="What we See (Real Life)",
|
| 110 |
)
|
| 111 |
+
|
| 112 |
|
| 113 |
|
| 114 |
with tab2:
|