eaglelandsonce commited on
Commit
0cd86bb
1 Parent(s): d4b4467

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -93,7 +93,9 @@ tab1, tab2 = st.tabs(["Interpretive Number","Engineering Tools"])
93
 
94
 
95
  with tab1:
 
96
  st.header("Human Interpretive Number (HIN)")
 
97
 
98
  st.write("")
99
  "How do LLMs interpret us and over “a period” of time what is the result of our interaction with them?"
@@ -105,6 +107,7 @@ with tab1:
105
  label1="What the LMM Sees (Simulated Life)",
106
  label2="What we See (Real Life)",
107
  )
 
108
 
109
 
110
  with tab2:
 
93
 
94
 
95
  with tab1:
96
+
97
  st.header("Human Interpretive Number (HIN)")
98
+ """
99
 
100
  st.write("")
101
  "How do LLMs interpret us and over “a period” of time what is the result of our interaction with them?"
 
107
  label1="What the LMM Sees (Simulated Life)",
108
  label2="What we See (Real Life)",
109
  )
110
+ """
111
 
112
 
113
  with tab2: