fschwartzer commited on
Commit
42cfbb7
1 Parent(s): da0d4b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -92,7 +92,7 @@ if not filtered_df.empty:
92
  chart_data = pd.DataFrame(data)
93
 
94
  # Sort the DataFrame by 'Period'
95
- chart_data = chart_data.sort_values(by='Period')
96
 
97
  # Display line chart with "period" on X-axis and "Monetary Value" on Y-axis
98
  col2.line_chart(chart_data.set_index('Period'))
 
92
  chart_data = pd.DataFrame(data)
93
 
94
  # Sort the DataFrame by 'Period'
95
+ #chart_data = chart_data.sort_values(by='Period')
96
 
97
  # Display line chart with "period" on X-axis and "Monetary Value" on Y-axis
98
  col2.line_chart(chart_data.set_index('Period'))