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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -157,7 +157,7 @@ with tab1:
157
 
158
  st.pyplot(fig1)
159
 
160
- with tab1:
161
 
162
  if not filtered_df.empty:
163
  data_string = filtered_df['Forecasts'].iloc[0]
 
157
 
158
  st.pyplot(fig1)
159
 
160
+ with tab2:
161
 
162
  if not filtered_df.empty:
163
  data_string = filtered_df['Forecasts'].iloc[0]