vonshed commited on
Commit
156993d
1 Parent(s): 33f3154

Update app.py

Browse files

no stop for debug

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ if uploaded_file is not None:
35
  else:
36
  # Hide everything else until a file is uploaded
37
  st.warning('Upload a CSV file to get started.')
38
- st.stop()
39
 
40
 
41
 
 
35
  else:
36
  # Hide everything else until a file is uploaded
37
  st.warning('Upload a CSV file to get started.')
38
+ #st.stop()
39
 
40
 
41