Spaces:
Running
Running
Update app.py
Browse files
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'
|
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)]
|