Spaces:
Runtime error
Runtime error
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -44,6 +44,7 @@ if st.button("Predict"):
|
|
| 44 |
# Section for batch prediction
|
| 45 |
st.subheader("Batch Prediction")
|
| 46 |
|
|
|
|
| 47 |
# Allow users to upload a CSV file for batch prediction
|
| 48 |
uploaded_file = st.file_uploader("Upload CSV file for batch prediction", type=["csv"])
|
| 49 |
|
|
|
|
| 44 |
# Section for batch prediction
|
| 45 |
st.subheader("Batch Prediction")
|
| 46 |
|
| 47 |
+
|
| 48 |
# Allow users to upload a CSV file for batch prediction
|
| 49 |
uploaded_file = st.file_uploader("Upload CSV file for batch prediction", type=["csv"])
|
| 50 |
|