Spaces:
Running
Running
Commit
·
2d9d8bd
1
Parent(s):
2f13dbb
fix: shorten title
Browse files
app.py
CHANGED
@@ -55,7 +55,6 @@ def get_model_class(class_name):
|
|
55 |
st.set_page_config(page_title="🧠 Omniscient - AI Geographic Analysis", layout="wide")
|
56 |
st.title("🧠 Omniscient")
|
57 |
st.markdown("### *The all-knowing AI that sees everything, knows everything*")
|
58 |
-
st.markdown("**Advanced AI-powered geographic image analysis and location detection**")
|
59 |
|
60 |
# Sidebar
|
61 |
with st.sidebar:
|
|
|
55 |
st.set_page_config(page_title="🧠 Omniscient - AI Geographic Analysis", layout="wide")
|
56 |
st.title("🧠 Omniscient")
|
57 |
st.markdown("### *The all-knowing AI that sees everything, knows everything*")
|
|
|
58 |
|
59 |
# Sidebar
|
60 |
with st.sidebar:
|