awacke1 commited on
Commit
4eafdc0
1 Parent(s): a3324ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1254,9 +1254,9 @@ def main():
1254
  st.markdown('No glossary lookup')
1255
 
1256
  # Display the glossary grid
1257
- st.title("Roleplaying Games Glossary 🎲")
1258
  display_glossary_grid(roleplaying_glossary)
1259
- st.title("🎲🗺️ Roleplaying Game Universe")
1260
  st.markdown("## Explore the vast universes of Dungeons and Dragons, Call of Cthulhu, GURPS, and more through interactive storytelling and encyclopedic knowledge.🌠")
1261
 
1262
  display_buttons_with_scores()
 
1254
  st.markdown('No glossary lookup')
1255
 
1256
  # Display the glossary grid
1257
+ st.title("Word Games Glossary 🎲")
1258
  display_glossary_grid(roleplaying_glossary)
1259
+ st.title("🎲🗺️ Word Game Universe")
1260
  st.markdown("## Explore the vast universes of Dungeons and Dragons, Call of Cthulhu, GURPS, and more through interactive storytelling and encyclopedic knowledge.🌠")
1261
 
1262
  display_buttons_with_scores()