Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1150,11 +1150,11 @@ def main():
|
|
1150 |
st.markdown('No glossary lookup')
|
1151 |
|
1152 |
# Display the glossary grid
|
1153 |
-
st.title("Transhuman Space Glossary π")
|
1154 |
display_glossary_grid(transhuman_glossary)
|
1155 |
|
1156 |
-
st.title("ππ Transhuman Space Encyclopedia")
|
1157 |
-
st.markdown("## Explore the universe of Transhuman Space through interactive storytelling and encyclopedic knowledge.π ")
|
1158 |
|
1159 |
display_buttons_with_scores()
|
1160 |
|
|
|
1150 |
st.markdown('No glossary lookup')
|
1151 |
|
1152 |
# Display the glossary grid
|
1153 |
+
#st.title("Transhuman Space Glossary π")
|
1154 |
display_glossary_grid(transhuman_glossary)
|
1155 |
|
1156 |
+
#st.title("ππ Transhuman Space Encyclopedia")
|
1157 |
+
#st.markdown("## Explore the universe of Transhuman Space through interactive storytelling and encyclopedic knowledge.π ")
|
1158 |
|
1159 |
display_buttons_with_scores()
|
1160 |
|