awacke1 commited on
Commit
231a939
·
verified ·
1 Parent(s): bdfa773

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -4
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
- - **Embark on an Adventure with RolePlayAI's Game Insights:** Elevate your prowess with an AI companion dedicated to making vocabulary engaging.
24
- - **What It Offers:** Craft intricate word lists and embark on captivating vocabulary quests.
25
- - **Your Journey:** Step into the role of a linguistic mage, mastering the art of language.
26
- - **How to Play:** Initiate your quest by appending a word challenge to the URL, like `?q=Cyberpunk` or `?query=Dungeons and Dragons`.""")
 
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