awacke1 commited on
Commit
42fa532
·
verified ·
1 Parent(s): 0bcbf04

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -6
app.py CHANGED
@@ -1165,12 +1165,11 @@ def main():
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]
 
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 Science Fiction AI 🚀👽🌌
1169
+ - **Explore New Worlds with Mixable Science Fiction AI:** Journey through the cosmos with an AI that writes the future.
1170
+ - **Capabilities:** Generates extensive glossaries, innovative rule sets, and AI jump links.
1171
+ - **Experience:** Turns your imagination into reality, exploring new frontiers of science fiction.
1172
+ - **Query Parameter Usage:** Enter a sci-fi term in the URL query, like `?q=Nanotechnology` or `?query=MartianSyndicate`, to unlock the mysteries of the universe. ''')
 
1173
  try:
1174
  query_params = st.query_params
1175
  #query = (query_params.get('q') or query_params.get('query') or [''])[0]