Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1316,16 +1316,16 @@ def main():
|
|
1316 |
query_params = st.query_params
|
1317 |
#query = (query_params.get('q') or query_params.get('query') or [''])[0]
|
1318 |
query = (query_params.get('q') or query_params.get('query') or [''])
|
1319 |
-
st.markdown('
|
1320 |
if query: search_glossary(query)
|
1321 |
except:
|
1322 |
st.markdown(' ')
|
1323 |
|
1324 |
# Display the glossary grid
|
1325 |
-
st.markdown("### ๐ฒ๐บ๏ธ
|
1326 |
display_images_and_wikipedia_summaries()
|
1327 |
display_glossary_grid(roleplaying_glossary)
|
1328 |
-
st.markdown("## Explore the vast universe of
|
1329 |
display_buttons_with_scores()
|
1330 |
|
1331 |
# Assuming the transhuman_glossary and other setup code remains the same
|
|
|
1316 |
query_params = st.query_params
|
1317 |
#query = (query_params.get('q') or query_params.get('query') or [''])[0]
|
1318 |
query = (query_params.get('q') or query_params.get('query') or [''])
|
1319 |
+
st.markdown('#๐บ๏ธ ' + query)
|
1320 |
if query: search_glossary(query)
|
1321 |
except:
|
1322 |
st.markdown(' ')
|
1323 |
|
1324 |
# Display the glossary grid
|
1325 |
+
st.markdown("### ๐ฒ๐บ๏ธ Gallery")
|
1326 |
display_images_and_wikipedia_summaries()
|
1327 |
display_glossary_grid(roleplaying_glossary)
|
1328 |
+
st.markdown("## Explore the vast universe of games including graphic novel games with fascinating readable content and semantic rules where language is fun!.๐ ")
|
1329 |
display_buttons_with_scores()
|
1330 |
|
1331 |
# Assuming the transhuman_glossary and other setup code remains the same
|