Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
25 |
-
- **
|
26 |
-
- **Experience:**
|
27 |
-
- **Query
|
|
|
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:
|