Spaces:
Running
Running
Commit
·
c4ba210
1
Parent(s):
83da9f2
update title
Browse files
app.py
CHANGED
|
@@ -72,10 +72,14 @@ def get_model_class(class_name):
|
|
| 72 |
|
| 73 |
|
| 74 |
# UI Setup
|
| 75 |
-
st.set_page_config(page_title="🧠 Omniscient -
|
| 76 |
st.title("🧠 Omniscient")
|
| 77 |
-
st.markdown("
|
|
|
|
| 78 |
|
|
|
|
|
|
|
|
|
|
| 79 |
# Sidebar
|
| 80 |
with st.sidebar:
|
| 81 |
st.header("Configuration")
|
|
|
|
| 72 |
|
| 73 |
|
| 74 |
# UI Setup
|
| 75 |
+
st.set_page_config(page_title="🧠 Omniscient - Multiturn Geographic Intelligence", layout="wide")
|
| 76 |
st.title("🧠 Omniscient")
|
| 77 |
+
st.markdown("""
|
| 78 |
+
### *An all-seeing AI agent for geographic analysis and deduction*
|
| 79 |
|
| 80 |
+
Omniscient engages in a multi-turn reasoning process — collecting visual clues, asking intelligent questions, and narrowing down locations step by step.
|
| 81 |
+
Whether it's identifying terrain, interpreting signs, or tracing road patterns, this AI agent learns, adapts, and solves like a true geo-detective.
|
| 82 |
+
""")
|
| 83 |
# Sidebar
|
| 84 |
with st.sidebar:
|
| 85 |
st.header("Configuration")
|