destiratnakomala commited on
Commit
6aefed6
·
verified ·
1 Parent(s): 814741e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
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"])