akarora93 commited on
Commit
163a144
·
verified ·
1 Parent(s): e572907

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -8,4 +8,4 @@ uploaded_file = st.file_uploader("Upload CSV file for batch prediction", type=["
8
 
9
  # Make batch prediction when the "Predict Batch" button is clicked
10
  if uploaded_file is not None:
11
- if st.button("Predict Batch"):
 
8
 
9
  # Make batch prediction when the "Predict Batch" button is clicked
10
  if uploaded_file is not None:
11
+ st.button("Predict Batch")