Spaces:
Sleeping
Sleeping
Update pages/2_π_QuickML.py
Browse files- pages/2_π_QuickML.py +0 -1
pages/2_π_QuickML.py
CHANGED
@@ -69,7 +69,6 @@ uploaded_file = st.file_uploader("Upload the Dataset", type=["csv", "xlsx", "xls
|
|
69 |
st.divider()
|
70 |
|
71 |
if uploaded_file:
|
72 |
-
|
73 |
# Read the CSV File
|
74 |
if st.session_state.df is None:
|
75 |
# Read CSV or Excel file
|
|
|
69 |
st.divider()
|
70 |
|
71 |
if uploaded_file:
|
|
|
72 |
# Read the CSV File
|
73 |
if st.session_state.df is None:
|
74 |
# Read CSV or Excel file
|