awacke1 commited on
Commit
80f3dd4
·
1 Parent(s): 294c5f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -362,7 +362,7 @@ def ridgeline_plot():
362
 
363
  def create_sidebar():
364
  chart_functions = {
365
- 'Stacked Bar Chart with Text Overlay': stacked_bar_chart_with_text_overlay,
366
  'Bump Chart': bump_chart,
367
  'Radial Chart': radial_chart,
368
  'Trellis Area Sort Chart': trellis_area_sort_chart,
 
362
 
363
  def create_sidebar():
364
  chart_functions = {
365
+ 'Stacked Bar Chart with Text Overlay': stacked_bar_chart,
366
  'Bump Chart': bump_chart,
367
  'Radial Chart': radial_chart,
368
  'Trellis Area Sort Chart': trellis_area_sort_chart,