awacke1 commited on
Commit
59ab78d
·
verified ·
1 Parent(s): af61814

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -9
app.py CHANGED
@@ -18,6 +18,13 @@ st.set_page_config(
18
  )
19
  PromptPrefix = 'Create a markdown outline and table with appropriate emojis for card game rulesets which define the method steps of play for the topics of '
20
 
 
 
 
 
 
 
 
21
  # -----------------------------------------------------------------Art Card Sidebar:
22
  import base64
23
  import requests
@@ -1150,15 +1157,8 @@ def main():
1150
 
1151
  # Relocated! Hope you like your new space - enjoy!
1152
  # Display instructions and handle query parameters
1153
- #st.markdown("## Glossary Lookup\nEnter a term in the URL query, like `?q=Nanotechnology` or `?query=Martian Syndicate`.")
1154
-
1155
- st.markdown('''
1156
- ### Mixable Card Game AI 🃏🚀📚
1157
- - **Elevate Your Game with Mixable Card Game AI:** Dive into a universe where strategy meets creativity.
1158
- - **Capabilities:** Crafts intricate glossaries, dynamic rule sets, and seamless jump-link brains.
1159
- - **Experience:** Transforms every card game into an adventure, making it more than just play.
1160
- - **Query Parameter Usage:** Enter a card game term in the URL query, like `?q=MagicTheGathering` or `?query=DeckBuilding`, to dive deeper into your game of choice.
1161
- ''')
1162
 
1163
  try:
1164
  query_params = st.query_params
 
18
  )
19
  PromptPrefix = 'Create a markdown outline and table with appropriate emojis for card game rulesets which define the method steps of play for the topics of '
20
 
21
+ st.markdown('''### 🎴📚🧠CardGameAI
22
+ - **Elevate Your Game with Mixable Card Game AI:** Dive into a universe where strategy meets creativity.
23
+ - **Capabilities:** Crafts intricate glossaries, dynamic rule sets, and seamless jump-link brains.
24
+ - **Experience:** Transforms every card game into an adventure, making it more than just play.
25
+ - **Query Parameter Usage:** Enter a card game term in the URL query, like `?q=MagicTheGathering` or `?query=DeckBuilding`, to dive deeper into your game of choice.
26
+ ''')
27
+
28
  # -----------------------------------------------------------------Art Card Sidebar:
29
  import base64
30
  import requests
 
1157
 
1158
  # Relocated! Hope you like your new space - enjoy!
1159
  # Display instructions and handle query parameters
1160
+ #st.markdown("## Glossary Lookup\nEnter a term in the URL query, like `?q=Magic the Gathering` or `?query=Yugi-Oh`.")
1161
+
 
 
 
 
 
 
 
1162
 
1163
  try:
1164
  query_params = st.query_params