Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1254,9 +1254,9 @@ def main():
|
|
1254 |
st.markdown('No glossary lookup')
|
1255 |
|
1256 |
# Display the glossary grid
|
1257 |
-
st.title("
|
1258 |
display_glossary_grid(roleplaying_glossary)
|
1259 |
-
st.title("🎲🗺️
|
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()
|