rairo commited on
Commit
ac49906
·
verified ·
1 Parent(s): c8df5b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -115,6 +115,7 @@ with st.sidebar:
115
  uploaded_file = "bon_marche.csv"
116
  #uploaded_file = "healthcare_dataset.csv"
117
  if tabs =='Chat':
 
118
  st.subheader("Brave Retail Chat")
119
  st.write("Get visualizations and analysis from our Gemini powered agent")
120
 
 
115
  uploaded_file = "bon_marche.csv"
116
  #uploaded_file = "healthcare_dataset.csv"
117
  if tabs =='Chat':
118
+ df = pd.read_csv(uploaded_file)
119
  st.subheader("Brave Retail Chat")
120
  st.write("Get visualizations and analysis from our Gemini powered agent")
121