Update app.py
Browse files
app.py
CHANGED
@@ -1088,9 +1088,7 @@ def main():
|
|
1088 |
# Display the glossary grid
|
1089 |
st.title("Body Map Glossary 🎲")
|
1090 |
display_glossary_grid(body_map_data)
|
1091 |
-
|
1092 |
-
st.markdown("## Explore the vast universes of Dungeons and Dragons, Call of Cthulhu, GURPS, and more through interactive storytelling and encyclopedic knowledge.🌠")
|
1093 |
-
|
1094 |
display_buttons_with_scores()
|
1095 |
|
1096 |
display_images_and_wikipedia_summaries()
|
|
|
1088 |
# Display the glossary grid
|
1089 |
st.title("Body Map Glossary 🎲")
|
1090 |
display_glossary_grid(body_map_data)
|
1091 |
+
|
|
|
|
|
1092 |
display_buttons_with_scores()
|
1093 |
|
1094 |
display_images_and_wikipedia_summaries()
|