ceckenrode commited on
Commit
5e75d35
·
1 Parent(s): 1fdae61

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -110,7 +110,7 @@ if QueryDatabase:
110
 
111
  st.title("File Upload and Profiling")
112
 
113
- uploaded_file = st.file_uploader("Upload a CSV file", type="csv")
114
 
115
  RunProfiler=False
116
  if uploaded_file is not None:
 
110
 
111
  st.title("File Upload and Profiling")
112
 
113
+ # uploaded_file = st.file_uploader("Upload a CSV file", type="csv")
114
 
115
  RunProfiler=False
116
  if uploaded_file is not None: