Spaces:
Runtime error
Runtime error
liberatoratif
commited on
Commit
•
355529f
1
Parent(s):
30d0d6a
Update app.py
Browse files
app.py
CHANGED
@@ -315,4 +315,4 @@ with col33:
|
|
315 |
st.write(f"AVG SALE FORECAST : {np.average(np.array(y_pred)).round(2)} QUANTITIES")
|
316 |
|
317 |
with col44:
|
318 |
-
st.plotly_chart(hist, use_container_width=True)
|
|
|
315 |
st.write(f"AVG SALE FORECAST : {np.average(np.array(y_pred)).round(2)} QUANTITIES")
|
316 |
|
317 |
with col44:
|
318 |
+
st.plotly_chart(hist, use_container_width=True)
|