fschwartzer commited on
Commit
60e8088
1 Parent(s): fbac8c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -210,7 +210,7 @@ with tab2:
210
 
211
  # Display line chart with "period" on X-axis and "Monetary Value" on Y-axis
212
  #col2.line_chart(chart_data.set_index('Period'))
213
- fig = px.line(chart_data, x="period", y="Monetary Value")
214
  st.plotly_chart(fig, theme=None, use_container_width=True)
215
 
216
  else:
 
210
 
211
  # Display line chart with "period" on X-axis and "Monetary Value" on Y-axis
212
  #col2.line_chart(chart_data.set_index('Period'))
213
+ fig = px.line(chart_data, x="Period", y="Monetary Value")
214
  st.plotly_chart(fig, theme=None, use_container_width=True)
215
 
216
  else: