Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -485,7 +485,7 @@ if dataset == "Upload CSV":
|
|
| 485 |
X = df[feature_cols].values
|
| 486 |
y = df[target_col].values
|
| 487 |
else:
|
| 488 |
-
st.warning("Upload a CSV file to continue.")
|
| 489 |
st.stop()
|
| 490 |
else:
|
| 491 |
if dataset == "Circles":
|
|
|
|
| 485 |
X = df[feature_cols].values
|
| 486 |
y = df[target_col].values
|
| 487 |
else:
|
| 488 |
+
st.warning("Upload a CSV file below in the side bar to continue.")
|
| 489 |
st.stop()
|
| 490 |
else:
|
| 491 |
if dataset == "Circles":
|