Spaces:
Sleeping
Sleeping
Upload dashboard.py
Browse files- dashboard.py +1 -1
dashboard.py
CHANGED
@@ -382,7 +382,7 @@ button6 = pn.widgets.Button(name="Research Collaboration Networks: Countries", b
|
|
382 |
|
383 |
region1 = pn.widgets.RadioButtonGroup(name='### Select News Region', options=regions)
|
384 |
|
385 |
-
macro_topics_button = pn.widgets.Select(name='Select Macro Topic', value='Energy
|
386 |
|
387 |
|
388 |
# Initial RadioButtonGroup
|
|
|
382 |
|
383 |
region1 = pn.widgets.RadioButtonGroup(name='### Select News Region', options=regions)
|
384 |
|
385 |
+
macro_topics_button = pn.widgets.Select(name='Select Macro Topic', value='Energy Efficiency and Thermal Comfort in Building Environments', options=macro_topics_active_subset)
|
386 |
|
387 |
|
388 |
# Initial RadioButtonGroup
|