eaglelandsonce commited on
Commit
e71a574
·
verified ·
1 Parent(s): 8422bc1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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: