sanjaystarc commited on
Commit
fc82982
·
verified ·
1 Parent(s): a0fb0cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -227,7 +227,7 @@ with st.sidebar:
227
 
228
 
229
  # ─── Main Content ─────────────────────────────────────────────────────────────
230
- st.markdown('<div class="hero-title">DataMind Agent</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:
 
227
 
228
 
229
  # ─── Main Content ─────────────────────────────────────────────────────────────
230
+ st.markdown('<div class="hero-title">🧠 Data Mind Agent</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: