sanjaystarc commited on
Commit
3c216d2
·
verified ·
1 Parent(s): 2900a0e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -20,7 +20,7 @@ from core_agent import (
20
 
21
  # ─── Page Config ──────────────────────────────────────────────────────────────
22
  st.set_page_config(
23
- page_title="DataMind",
24
  page_icon="🧠",
25
  layout="wide",
26
  initial_sidebar_state="expanded",
@@ -227,7 +227,7 @@ with st.sidebar:
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:
 
20
 
21
  # ─── Page Config ──────────────────────────────────────────────────────────────
22
  st.set_page_config(
23
+ page_title="DataMind Agent",
24
  page_icon="🧠",
25
  layout="wide",
26
  initial_sidebar_state="expanded",
 
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: