Mattral commited on
Commit
a4163a0
Β·
verified Β·
1 Parent(s): 5df245e

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

Browse files
Files changed (1) hide show
  1. 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 Your CSV File", type=["csv"])
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: