CodingBuddy commited on
Commit
a9511f1
·
verified ·
1 Parent(s): c71d42d

Upload folder using huggingface_hub

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