Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1262,9 +1262,9 @@ def main():
|
|
1262 |
st.markdown('No glossary lookup')
|
1263 |
|
1264 |
# Display the glossary grid
|
1265 |
-
st.title("
|
1266 |
display_glossary_grid(roleplaying_glossary)
|
1267 |
-
st.title("🎲🗺️
|
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()
|