Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|