awacke1 commited on
Commit
d6a9299
β€’
1 Parent(s): aac6f8d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -8
app.py CHANGED
@@ -17,14 +17,16 @@ st.set_page_config(
17
  }
18
  )
19
  PromptPrefix = 'Create a markdown outline and table with appropriate emojis for card game rulesets which define the method steps of play for the topics of '
20
- PromptPrefix2 = 'Create a streamlit python user interface and app with appropriate emojis for card game rules with method steps of play and show full code listing for the subject: '
21
-
22
- st.markdown('''### πŸŽ΄πŸ“šπŸ§  CardGameAI
23
- - πŸš€ **Elevate Your Game:** Strategy meets creativity in the card game universe.
24
- - πŸ› οΈ **Capabilities:** Craft intricate glossaries, dynamic rules, and seamless jump-link brains.
25
- - 🌟 **Experience:** Every card game becomes an adventure, enhancing the play.
26
- - πŸ” **Query Use:** Input `?q=MagicTheGathering` or `?query=DeckBuilding` in URL for deeper insights.
27
- ''')
 
 
28
 
29
  # -----------------------------------------------------------------Art Card Sidebar:
30
  import base64
 
17
  }
18
  )
19
  PromptPrefix = 'Create a markdown outline and table with appropriate emojis for card game rulesets which define the method steps of play for the topics of '
20
+ 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: '
21
+
22
+ st.markdown('''### πŸŽ΄πŸ“šπŸ§  CardGameAI''')
23
+ with st.expander("Help / About πŸ“š", expanded=False):
24
+ st.markdown('''
25
+ - πŸš€ **Elevate Your Game:** Strategy meets creativity in the card game universe.
26
+ - πŸ› οΈ **Capabilities:** Craft intricate glossaries, dynamic rules, and seamless jump-link brains.
27
+ - 🌟 **Experience:** Every card game becomes an adventure, enhancing the play.
28
+ - πŸ” **Query Use:** Input `?q=MagicTheGathering` or `?query=DeckBuilding` in URL for deeper insights.
29
+ ''')
30
 
31
  # -----------------------------------------------------------------Art Card Sidebar:
32
  import base64