Spaces:
Runtime error
Runtime error
Commit
·
5e75d35
1
Parent(s):
1fdae61
Update app.py
Browse files
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:
|