Spaces:
Sleeping
Sleeping
Update pages/2_π_QuickML.py
Browse files- pages/2_π_QuickML.py +1 -1
pages/2_π_QuickML.py
CHANGED
|
@@ -65,7 +65,7 @@ st.divider()
|
|
| 65 |
|
| 66 |
|
| 67 |
st.header("Upload Your CSV File", anchor=False)
|
| 68 |
-
uploaded_file = st.file_uploader("Upload
|
| 69 |
st.divider()
|
| 70 |
|
| 71 |
if uploaded_file:
|
|
|
|
| 65 |
|
| 66 |
|
| 67 |
st.header("Upload Your CSV File", anchor=False)
|
| 68 |
+
uploaded_file = st.file_uploader("Upload the Dataset", type=["csv", "xlsx", "xls"])
|
| 69 |
st.divider()
|
| 70 |
|
| 71 |
if uploaded_file:
|