awacke1 commited on
Commit
b53800c
ยท
verified ยท
1 Parent(s): 3be0836

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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('# Running query: ' + query)
1320
  if query: search_glossary(query)
1321
  except:
1322
  st.markdown(' ')
1323
 
1324
  # Display the glossary grid
1325
- st.markdown("### ๐ŸŽฒ๐Ÿ—บ๏ธ Word Game Gallery")
1326
  display_images_and_wikipedia_summaries()
1327
  display_glossary_grid(roleplaying_glossary)
1328
- st.markdown("## Explore the vast universe of word games including board 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
 
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