Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -16,6 +16,9 @@ def main():
|
|
16 |
st.set_page_config(page_title="Data Automation-Machine Learning")
|
17 |
st.title("Machine Learning")
|
18 |
|
|
|
|
|
|
|
19 |
# Step 1: Upload Data
|
20 |
with st.expander("1: Add Your Data Source"):
|
21 |
uploaded_file = st.file_uploader("Upload your CSV file", type=["csv"])
|
|
|
16 |
st.set_page_config(page_title="Data Automation-Machine Learning")
|
17 |
st.title("Machine Learning")
|
18 |
|
19 |
+
uploaded_file = None
|
20 |
+
data = None
|
21 |
+
|
22 |
# Step 1: Upload Data
|
23 |
with st.expander("1: Add Your Data Source"):
|
24 |
uploaded_file = st.file_uploader("Upload your CSV file", type=["csv"])
|