fschwartzer commited on
Commit
5f2e413
1 Parent(s): e5e30aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -160,7 +160,7 @@ with tab1:
160
  with tab1:
161
 
162
  if not filtered_df.empty:
163
- data_string = filtered_df['Forecasts'].iloc[0]
164
 
165
  # Split the string into lines
166
  lines = data_string.split('\n')
 
160
  with tab1:
161
 
162
  if not filtered_df.empty:
163
+ data_string = filtered_df['Forecasts'].iloc[0]
164
 
165
  # Split the string into lines
166
  lines = data_string.split('\n')