destiratnakomala commited on
Commit
63a5421
·
verified ·
1 Parent(s): bd4548a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ def main():
16
  st.title("Machine Learning")
17
 
18
  with st.expander("1: Add Your Data Source"):
19
- uploaded_file = st.file_uploader("Upload your CSV or Excel file", type=["csv", "xlsx", "xls"])
20
 
21
  if uploaded_file is None:
22
  try:
 
16
  st.title("Machine Learning")
17
 
18
  with st.expander("1: Add Your Data Source"):
19
+ uploaded_file = st.file_uploader("Upload your CSV or Excel file- Only numbers", type=["csv", "xlsx", "xls"])
20
 
21
  if uploaded_file is None:
22
  try: