awacke1 commited on
Commit
c0dda7f
·
verified ·
1 Parent(s): 4cb88c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1285,7 +1285,8 @@ def main():
1285
  create_file(filename, raw, '', should_save)
1286
 
1287
  # Relocated! Hope you like your new space - enjoy!
1288
- st.markdown("## Glossary Lookup\nEnter a term in the URL query, like `?q=Nanotechnology` or `?query=Martian Syndicate`.")
 
1289
  try:
1290
  query_params = st.query_params
1291
  query = (query_params.get('q') or query_params.get('query') or [''])
 
1285
  create_file(filename, raw, '', should_save)
1286
 
1287
  # Relocated! Hope you like your new space - enjoy!
1288
+ st.markdown("## 🗺️🛠️ RolePlayAI")
1289
+ st.markdown("Enter a term in the URL query, like `?q=Cyberpunk` or `?query=Dungeons and Dragons`.")
1290
  try:
1291
  query_params = st.query_params
1292
  query = (query_params.get('q') or query_params.get('query') or [''])