Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -38,8 +38,8 @@ with st.sidebar:
|
|
| 38 |
st.write("<div>Developed by - <span style=\"color: cyan; font-size: 24px; font-weight: 600;\">Rairo</span></div>",unsafe_allow_html=True)
|
| 39 |
|
| 40 |
|
| 41 |
-
|
| 42 |
-
uploaded_file = "healthcare_dataset.csv"
|
| 43 |
if uploaded_file is not None:
|
| 44 |
# Read the CSV file
|
| 45 |
df = pd.read_csv(uploaded_file)
|
|
|
|
| 38 |
st.write("<div>Developed by - <span style=\"color: cyan; font-size: 24px; font-weight: 600;\">Rairo</span></div>",unsafe_allow_html=True)
|
| 39 |
|
| 40 |
|
| 41 |
+
uploaded_file = "bon_marche.csv"
|
| 42 |
+
#uploaded_file = "healthcare_dataset.csv"
|
| 43 |
if uploaded_file is not None:
|
| 44 |
# Read the CSV file
|
| 45 |
df = pd.read_csv(uploaded_file)
|