siyuansc commited on
Commit
489ee3e
1 Parent(s): 761a238

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- combined_chart1_panel = pn.pane.Vega(combined_chart2, sizing_mode='stretch_width')
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(