vonshed commited on
Commit
9104c7c
1 Parent(s): 3d0b02e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ if uploaded_file is not None:
48
  else:
49
  # Hide everything else until a file is uploaded
50
  st.warning('Upload a CSV file to get started.')
51
-
52
 
53
 
54
 
 
48
  else:
49
  # Hide everything else until a file is uploaded
50
  st.warning('Upload a CSV file to get started.')
51
+ st.stop()
52
 
53
 
54