Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1165,12 +1165,11 @@ def main():
|
|
1165 |
#st.markdown("## Glossary Lookup\nEnter a term in the URL query, like `?q=Nanotechnology` or `?query=Martian Syndicate`.")
|
1166 |
|
1167 |
st.markdown('''
|
1168 |
-
### Mixable
|
1169 |
-
- **
|
1170 |
-
- **Capabilities:**
|
1171 |
-
- **Experience:**
|
1172 |
-
- **Query Parameter Usage:** Enter a
|
1173 |
-
''')
|
1174 |
try:
|
1175 |
query_params = st.query_params
|
1176 |
#query = (query_params.get('q') or query_params.get('query') or [''])[0]
|
|
|
1165 |
#st.markdown("## Glossary Lookup\nEnter a term in the URL query, like `?q=Nanotechnology` or `?query=Martian Syndicate`.")
|
1166 |
|
1167 |
st.markdown('''
|
1168 |
+
### Mixable Science Fiction AI 🚀👽🌌
|
1169 |
+
- **Explore New Worlds with Mixable Science Fiction AI:** Journey through the cosmos with an AI that writes the future.
|
1170 |
+
- **Capabilities:** Generates extensive glossaries, innovative rule sets, and AI jump links.
|
1171 |
+
- **Experience:** Turns your imagination into reality, exploring new frontiers of science fiction.
|
1172 |
+
- **Query Parameter Usage:** Enter a sci-fi term in the URL query, like `?q=Nanotechnology` or `?query=MartianSyndicate`, to unlock the mysteries of the universe. ''')
|
|
|
1173 |
try:
|
1174 |
query_params = st.query_params
|
1175 |
#query = (query_params.get('q') or query_params.get('query') or [''])[0]
|