Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
25 |
-
- **Capabilities:** Generates extensive glossaries, innovative
|
26 |
-
- **Experience:**
|
27 |
-
- **Query
|
|
|
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
|