harishsohani commited on
Commit
962bdf3
·
verified ·
1 Parent(s): 48dec84

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -233,7 +233,6 @@ if file is not None and st.button("Predict Batch"):
233
  ## Get Sales Prediction Value
234
  predictions_from_backend = result.get ("predictions") # Extract only the value
235
 
236
- st.dataframe (result_df)
237
  # Convert list → DataFrame
238
  result_df = pd.DataFrame({
239
  "Prediction": predictions_from_backend
 
233
  ## Get Sales Prediction Value
234
  predictions_from_backend = result.get ("predictions") # Extract only the value
235
 
 
236
  # Convert list → DataFrame
237
  result_df = pd.DataFrame({
238
  "Prediction": predictions_from_backend