Spaces:
Running
Running
Update app.py
Browse files
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
|