leuschnm commited on
Commit
dd58832
·
1 Parent(s): b0bdec8
Files changed (1) hide show
  1. app.py +1 -1
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['Sales'].min(), df['sales'].max())
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