Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -373,7 +373,7 @@ combined_chart2 = alt.hconcat(
|
|
373 |
|
374 |
|
375 |
chart1_panel = pn.pane.Vega(chart1, sizing_mode='stretch_width')
|
376 |
-
|
377 |
|
378 |
|
379 |
dashboard = pn.Column(
|
|
|
373 |
|
374 |
|
375 |
chart1_panel = pn.pane.Vega(chart1, sizing_mode='stretch_width')
|
376 |
+
combined_chart2_panel = pn.pane.Vega(combined_chart2, sizing_mode='stretch_width')
|
377 |
|
378 |
|
379 |
dashboard = pn.Column(
|