Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -18,14 +18,16 @@ st.set_page_config(
|
|
18 |
)
|
19 |
|
20 |
PromptPrefix = 'Create a markdown outline and table with appropriate emojis for science fiction stories, plotlines, and background on aliens, robots and spaceships for the topics of '
|
21 |
-
PromptPrefix2 = 'Create a streamlit python user
|
22 |
-
|
23 |
-
st.markdown('''### SciFiAI ππ½π
|
24 |
-
|
25 |
-
|
26 |
-
-
|
27 |
-
-
|
28 |
-
|
|
|
|
|
29 |
|
30 |
# -----------------------------------------------------------------Art Card Sidebar:
|
31 |
import base64
|
|
|
18 |
)
|
19 |
|
20 |
PromptPrefix = 'Create a markdown outline and table with appropriate emojis for science fiction stories, plotlines, and background on aliens, robots and spaceships for the topics of '
|
21 |
+
PromptPrefix2 = 'Create a streamlit python user app. Show full code listing. Create a UI implementing each feature using variables, reusable functions with parameters, and data driven app with python libraries and streamlit components for Javascript and HTML5. Use appropriate emojis for labels to summarize and list parts, function, conditions for topic: '
|
22 |
+
|
23 |
+
st.markdown('''### SciFiAI ππ½π''')
|
24 |
+
with st.expander("Help / About π", expanded=False):
|
25 |
+
st.markdown('''
|
26 |
+
- π **Explore New Worlds:** Journey through the cosmos with an AI crafting the future.
|
27 |
+
- π οΈ **Capabilities:** Generates extensive glossaries, innovative rules, and AI jump links.
|
28 |
+
- π **Experience:** Turn imagination into reality, explore new science fiction frontiers.
|
29 |
+
- π **Query Use:** Input `?q=Nanotechnology` or `?query=MartianSyndicate` in URL to unlock universe mysteries.
|
30 |
+
''')
|
31 |
|
32 |
# -----------------------------------------------------------------Art Card Sidebar:
|
33 |
import base64
|