Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -39,7 +39,7 @@ with st.sidebar:
|
|
| 39 |
|
| 40 |
uploaded_file = "bon_marche.csv"
|
| 41 |
#uploaded_file = "healthcare_dataset.csv"
|
| 42 |
-
if tabs =='
|
| 43 |
st.header("Brave Retail Chat")
|
| 44 |
st.write("Get visualizations and analysis from our Gemini powered agent")
|
| 45 |
|
|
|
|
| 39 |
|
| 40 |
uploaded_file = "bon_marche.csv"
|
| 41 |
#uploaded_file = "healthcare_dataset.csv"
|
| 42 |
+
if tabs =='Chat':
|
| 43 |
st.header("Brave Retail Chat")
|
| 44 |
st.write("Get visualizations and analysis from our Gemini powered agent")
|
| 45 |
|