awacke1 commited on
Commit
e9c637f
Β·
verified Β·
1 Parent(s): 3b25e78

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -4
app.py CHANGED
@@ -21,10 +21,11 @@ PromptPrefix = 'Create a markdown outline and table with appropriate emojis for
21
  PromptPrefix2 = 'Create a streamlit python user interface and app with appropriate emojis for science fiction stories, plotlines, and background on aliens, robots and spaceships showing full source code listing for the topics of: '
22
 
23
  st.markdown('''### SciFiAI πŸš€πŸ‘½πŸŒŒ
24
- - **Explore New Worlds with Mixable Science Fiction AI:** Journey through the cosmos with an AI that writes the future.
25
- - **Capabilities:** Generates extensive glossaries, innovative rule sets, and AI jump links.
26
- - **Experience:** Turns your imagination into reality, exploring new frontiers of science fiction.
27
- - **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. ''')
 
28
 
29
  # -----------------------------------------------------------------Art Card Sidebar:
30
  import base64
 
21
  PromptPrefix2 = 'Create a streamlit python user interface and app with appropriate emojis for science fiction stories, plotlines, and background on aliens, robots and spaceships showing full source code listing for the topics of: '
22
 
23
  st.markdown('''### SciFiAI πŸš€πŸ‘½πŸŒŒ
24
+ - 🌠 **Explore New Worlds:** Journey through the cosmos with an AI crafting the future.
25
+ - πŸ› οΈ **Capabilities:** Generates extensive glossaries, innovative rules, and AI jump links.
26
+ - 🌌 **Experience:** Turn imagination into reality, explore new science fiction frontiers.
27
+ - πŸ” **Query Use:** Input `?q=Nanotechnology` or `?query=MartianSyndicate` in URL to unlock universe mysteries.
28
+ ''')
29
 
30
  # -----------------------------------------------------------------Art Card Sidebar:
31
  import base64