Mattral commited on
Commit
e12bab3
Β·
verified Β·
1 Parent(s): e8669e6

Update pages/2_πŸš€_QuickML.py

Browse files
Files changed (1) hide show
  1. 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