Multichem commited on
Commit
cea769f
·
verified ·
1 Parent(s): 67809c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -704,7 +704,7 @@ with tab3:
704
  if plot_count == "One":
705
  graph_data = working_data.reindex(['Date', plot_var1],axis="columns")
706
  fig, ax = plt.subplots()
707
- ax.line(graph_data)
708
  st.pyplot(fig)
709
  elif plot_count == "Two":
710
  graph_data = working_data.reindex(['Date', plot_var1, plot_var2],axis="columns")
 
704
  if plot_count == "One":
705
  graph_data = working_data.reindex(['Date', plot_var1],axis="columns")
706
  fig, ax = plt.subplots()
707
+ ax(graph_data)
708
  st.pyplot(fig)
709
  elif plot_count == "Two":
710
  graph_data = working_data.reindex(['Date', plot_var1, plot_var2],axis="columns")