awacke1 commited on
Commit
9e48313
·
verified ·
1 Parent(s): baa96d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1262,9 +1262,9 @@ def main():
1262
  st.markdown('No glossary lookup')
1263
 
1264
  # Display the glossary grid
1265
- st.title("Roleplaying Games Glossary 🎲")
1266
  display_glossary_grid(roleplaying_glossary)
1267
- st.title("🎲🗺️ Roleplaying Game Universe")
1268
  st.markdown("## Explore the vast universes of Dungeons and Dragons, Call of Cthulhu, GURPS, and more through interactive storytelling and encyclopedic knowledge.🌠")
1269
 
1270
  display_buttons_with_scores()
 
1262
  st.markdown('No glossary lookup')
1263
 
1264
  # Display the glossary grid
1265
+ st.title("Card Games Glossary 🎲")
1266
  display_glossary_grid(roleplaying_glossary)
1267
+ st.title("🎲🗺️ Card Game Universe")
1268
  st.markdown("## Explore the vast universes of Dungeons and Dragons, Call of Cthulhu, GURPS, and more through interactive storytelling and encyclopedic knowledge.🌠")
1269
 
1270
  display_buttons_with_scores()