Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -227,7 +227,7 @@ with st.sidebar:
|
|
| 227 |
|
| 228 |
|
| 229 |
# ─── Main Content ─────────────────────────────────────────────────────────────
|
| 230 |
-
st.markdown('<div class="hero-title">🧠 DataMind
|
| 231 |
st.markdown('<div class="hero-sub">AI-powered data analysis using LangChain + Gemini · Upload any data file and start exploring</div>', unsafe_allow_html=True)
|
| 232 |
|
| 233 |
if st.session_state.df is None:
|
|
|
|
| 227 |
|
| 228 |
|
| 229 |
# ─── Main Content ─────────────────────────────────────────────────────────────
|
| 230 |
+
st.markdown('<div class="hero-title">🧠 DataMind</div>', unsafe_allow_html=True)
|
| 231 |
st.markdown('<div class="hero-sub">AI-powered data analysis using LangChain + Gemini · Upload any data file and start exploring</div>', unsafe_allow_html=True)
|
| 232 |
|
| 233 |
if st.session_state.df is None:
|