mmmapms commited on
Commit
448f16e
·
verified ·
1 Parent(s): f2df39b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -759,7 +759,7 @@ elif selected_country == 'Overall':
759
  rmae_df = create_rmae_dataframe(data_dict)
760
 
761
  # Add multiselect for country selection
762
- selected_countries = st.multiselect("Select Countries for Radar Plot", options=rmae_df['Country'].unique(), default=['BE', 'DE_LU', 'FR'])
763
 
764
  # Filter the dataframe based on the selected countries
765
  filtered_rmae_df = rmae_df[rmae_df['Country'].isin(selected_countries)]
 
759
  rmae_df = create_rmae_dataframe(data_dict)
760
 
761
  # Add multiselect for country selection
762
+ selected_countries = st.multiselect("Select Countries for Radar Plot", options=rmae_df['Country'].unique(), default=['BE', 'DE_LU'])
763
 
764
  # Filter the dataframe based on the selected countries
765
  filtered_rmae_df = rmae_df[rmae_df['Country'].isin(selected_countries)]