Spaces:
Runtime error
Runtime error
bug fix
Browse files
app.py
CHANGED
@@ -120,7 +120,7 @@ plt.tight_layout()
|
|
120 |
|
121 |
for ax in axs.flat:
|
122 |
ax.set_xlim(df['Date'].min(), df['Date'].max())
|
123 |
-
ax.set_ylim(df['
|
124 |
|
125 |
st.pyplot(fig)
|
126 |
|
|
|
120 |
|
121 |
for ax in axs.flat:
|
122 |
ax.set_xlim(df['Date'].min(), df['Date'].max())
|
123 |
+
ax.set_ylim(df['sales'].min(), df['sales'].max())
|
124 |
|
125 |
st.pyplot(fig)
|
126 |
|