awacke1 commited on
Commit
708079f
·
verified ·
1 Parent(s): a6d3bfd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -1
app.py CHANGED
@@ -1162,7 +1162,15 @@ def main():
1162
 
1163
  # Relocated! Hope you like your new space - enjoy!
1164
  # Display instructions and handle query parameters
1165
- st.markdown("## Glossary Lookup\nEnter a term in the URL query, like `?q=Nanotechnology` or `?query=Martian Syndicate`.")
 
 
 
 
 
 
 
 
1166
  try:
1167
  query_params = st.query_params
1168
  #query = (query_params.get('q') or query_params.get('query') or [''])[0]
 
1162
 
1163
  # Relocated! Hope you like your new space - enjoy!
1164
  # Display instructions and handle query parameters
1165
+ #st.markdown("## Glossary Lookup\nEnter a term in the URL query, like `?q=Nanotechnology` or `?query=Martian Syndicate`.")
1166
+
1167
+ st.markdown('''
1168
+ ### Mixable RolePlay AI 🧙‍♂️🗺️🎲
1169
+ - **Embark on Epic Adventures with Mixable RolePlay AI:** Step into the shoes of heroes with an AI that redefines role-playing.
1170
+ - **Capabilities:** Creates immersive worlds, characters, and stories with an AI-powered glossary and rule set.
1171
+ - **Experience:** Makes every narrative leap off the page, offering unparalleled adventures.
1172
+ - **Query Parameter Usage:** Enter a role-playing term in the URL query, like `?q=DungeonMaster` or `?query=CharacterSheet`, to craft your epic saga.
1173
+ ''')
1174
  try:
1175
  query_params = st.query_params
1176
  #query = (query_params.get('q') or query_params.get('query') or [''])[0]