shubham680 commited on
Commit
befe884
·
verified ·
1 Parent(s): f8b39fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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":