awacke1 commited on
Commit
19193a1
β€’
1 Parent(s): 7998cd3

Update app.py

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