RAVENOCC commited on
Commit
4923525
·
verified ·
1 Parent(s): f2ed321

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1154,7 +1154,7 @@ def is_settings_valid():
1154
  return st.session_state.api_key != ""
1155
 
1156
  # Streamlit UI with left panel settings
1157
- st.set_page_config(page_title="Data Analysis Assistant", layout="wide")
1158
 
1159
  # Create side panel for settings
1160
  with st.sidebar:
@@ -1260,7 +1260,7 @@ with st.sidebar:
1260
  """)
1261
 
1262
  # Main content
1263
- st.title("Data Analysis Assistant")
1264
  st.markdown("Upload your datasets, ask questions, and generate visualizations to gain insights.")
1265
 
1266
  # Check if settings are valid before showing tabs
 
1154
  return st.session_state.api_key != ""
1155
 
1156
  # Streamlit UI with left panel settings
1157
+ st.set_page_config(page_title="QueryMind", layout="wide")
1158
 
1159
  # Create side panel for settings
1160
  with st.sidebar:
 
1260
  """)
1261
 
1262
  # Main content
1263
+ st.title("QureyMind 🧠 - Data Assistant")
1264
  st.markdown("Upload your datasets, ask questions, and generate visualizations to gain insights.")
1265
 
1266
  # Check if settings are valid before showing tabs