awacke1 commited on
Commit
64ac15e
β€’
1 Parent(s): 02cfbb2

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 word game rules defining the method steps of play for topic of '
21
- PromptPrefix2 = 'Create a streamlit python user interface full code listing and app with appropriate emojis for word game rules defining the method steps of play for topic of '
22
-
23
- st.markdown('''### WordGameAI πŸ“–βœ¨πŸ”
24
- - πŸš€ **Unlock Words:** Elevate your vocabulary with AI. Turns words into thrilling experiences.
25
- - πŸ“š **Features:** Creates extensive glossaries & exciting challenges.
26
- - πŸ§™β€β™‚οΈ **Experience:** Become a word wizard, boost your language skills.
27
- - πŸ”Ž **Query Use:** Input `?q=Palindrome` or `?query=Anagram` in URL for new challenges.
28
- ''')
 
 
29
 
30
 
31
  # -----------------------------------------------------------------Art Card Sidebar:
 
18
  )
19
 
20
  PromptPrefix = 'Create a markdown outline and table with appropriate emojis for word game rules defining the method steps of play for topic 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('''### πŸ“–βœ¨πŸ” WordGameAI ''')
24
+ with st.expander("Help / About πŸ“š", expanded=False):
25
+ st.markdown('''
26
+ - πŸš€ **Unlock Words:** Elevate your vocabulary with AI. Turns words into thrilling experiences.
27
+ - πŸ“š **Features:** Creates extensive glossaries & exciting challenges.
28
+ - πŸ§™β€β™‚οΈ **Experience:** Become a word wizard, boost your language skills.
29
+ - πŸ”Ž **Query Use:** Input `?q=Palindrome` or `?query=Anagram` in URL for new challenges.
30
+ ''')
31
 
32
 
33
  # -----------------------------------------------------------------Art Card Sidebar: