Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 roleplay rulesets which define the method steps of play for the topics of '
|
20 |
-
PromptPrefix2 = 'Create a streamlit python user
|
21 |
-
|
22 |
-
st.markdown(
|
23 |
-
|
24 |
-
|
25 |
-
-
|
26 |
-
-
|
27 |
-
|
|
|
|
|
28 |
|
29 |
# -----------------------------------------------------------------Art Card Sidebar:
|
30 |
import base64
|
|
|
17 |
}
|
18 |
)
|
19 |
PromptPrefix = 'Create a markdown outline and table with appropriate emojis for roleplay 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('''### 🗺️🛠️ RolePlayAI''')
|
23 |
+
with st.expander("Help / About 📚", expanded=False):
|
24 |
+
st.markdown('''
|
25 |
+
- 🚀 **Elevate Your Game:** Strategy meets creativity in the card game universe.- 🚀 **Adventure Awaits:** Elevate your prowess with an AI that makes vocabulary engaging.
|
26 |
+
- 🎁 **Offers:** Craft intricate word lists and embark on captivating vocabulary quests.
|
27 |
+
- 🧙♂️ **Your Journey:** Become a linguistic mage, mastering language arts.
|
28 |
+
- 🎮 **How to Play:** Start your quest with URL challenges, like `?q=Cyberpunk` or `?query=Dungeons and Dragons`.
|
29 |
+
''')
|
30 |
|
31 |
# -----------------------------------------------------------------Art Card Sidebar:
|
32 |
import base64
|