Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -20,10 +20,11 @@ PromptPrefix = 'Create a markdown outline and table with appropriate emojis for
|
|
20 |
PromptPrefix2 = 'Create a streamlit python user interface full code listing and app with appropriate emojis for roleplay rulesets which define the method steps of play for the topics of '
|
21 |
|
22 |
st.markdown("""### 🗺️🛠️ RolePlayAI
|
23 |
-
- **
|
24 |
-
- **
|
25 |
-
- **Your Journey:**
|
26 |
-
- **How to Play:**
|
|
|
27 |
|
28 |
# -----------------------------------------------------------------Art Card Sidebar:
|
29 |
import base64
|
|
|
20 |
PromptPrefix2 = 'Create a streamlit python user interface full code listing and app with appropriate emojis for roleplay rulesets which define the method steps of play for the topics of '
|
21 |
|
22 |
st.markdown("""### 🗺️🛠️ RolePlayAI
|
23 |
+
- 🚀 **Adventure Awaits:** Elevate your prowess with an AI that makes vocabulary engaging.
|
24 |
+
- 🎁 **Offers:** Craft intricate word lists and embark on captivating vocabulary quests.
|
25 |
+
- 🧙♂️ **Your Journey:** Become a linguistic mage, mastering language arts.
|
26 |
+
- 🎮 **How to Play:** Start your quest with URL challenges, like `?q=Cyberpunk` or `?query=Dungeons and Dragons`.
|
27 |
+
""")
|
28 |
|
29 |
# -----------------------------------------------------------------Art Card Sidebar:
|
30 |
import base64
|