awacke1 commited on
Commit
02cfbb2
โ€ข
1 Parent(s): b665747

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -4
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 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 the Power of Words with Mixable Word Game AI:** Transform your vocabulary with an AI that brings words to life.
25
- - **Capabilities:** Generates comprehensive glossaries and thrilling challenges.
26
- - **Experience:** Your key to becoming a word wizard, enhancing your language skills.
27
- - **Query Parameter Usage:** Enter a vocabulary term in the URL query, like `?q=Palindrome` or `?query=Anagram`, to explore new word game challenges.''')
 
28
 
29
 
30
  # -----------------------------------------------------------------Art Card Sidebar:
 
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: