Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
22 |
-
|
23 |
-
st.markdown('''### WordGameAI
|
24 |
-
|
25 |
-
|
26 |
-
-
|
27 |
-
-
|
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:
|