awacke1 commited on
Commit
8c3aec5
Β·
verified Β·
1 Parent(s): e9c637f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -8
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 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
 
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