Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1246,7 +1246,16 @@ def main():
|
|
1246 |
|
1247 |
# Relocated! Hope you like your new space - enjoy!
|
1248 |
# Display instructions and handle query parameters
|
1249 |
-
st.markdown("## Glossary Lookup\nEnter a term in the URL query, like `?q=Nanotechnology` or `?query=Martian Syndicate`.")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1250 |
try:
|
1251 |
query_params = st.query_params
|
1252 |
#query = (query_params.get('q') or query_params.get('query') or [''])[0]
|
|
|
1246 |
|
1247 |
# Relocated! Hope you like your new space - enjoy!
|
1248 |
# Display instructions and handle query parameters
|
1249 |
+
#st.markdown("## Glossary Lookup\nEnter a term in the URL query, like `?q=Nanotechnology` or `?query=Martian Syndicate`.")
|
1250 |
+
|
1251 |
+
st.markdown('''
|
1252 |
+
### Mixable Card Game AI 🃏🚀📚
|
1253 |
+
- **Elevate Your Game with Mixable Card Game AI:** Dive into a universe where strategy meets creativity.
|
1254 |
+
- **Capabilities:** Crafts intricate glossaries, dynamic rule sets, and seamless jump-link brains.
|
1255 |
+
- **Experience:** Transforms every card game into an adventure, making it more than just play.
|
1256 |
+
- **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.
|
1257 |
+
''')
|
1258 |
+
|
1259 |
try:
|
1260 |
query_params = st.query_params
|
1261 |
#query = (query_params.get('q') or query_params.get('query') or [''])[0]
|