Spaces:
Sleeping
Sleeping
destiratnakomala
commited on
Update app.py
Browse files
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:
|