Update src/streamlit_app.py
Browse files- 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 |
-
|
|
|
|
| 8 |
|
| 9 |
# Make batch prediction when the "Predict Batch" button is clicked
|
| 10 |
if uploaded_file is not None:
|
| 11 |
+
st.button("Predict Batch")
|