pgleeson commited on
Commit
3c71a09
·
1 Parent(s): a41eb8c
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ from shiny.express import input, ui
11
  bill_rng = (min(tips.total_bill), max(tips.total_bill))
12
 
13
  # Add page title and sidebar
14
- ui.page_opts(title="Restaurant tipping", fillable=True)
15
 
16
  with ui.sidebar(open="desktop"):
17
  ui.input_slider(
 
11
  bill_rng = (min(tips.total_bill), max(tips.total_bill))
12
 
13
  # Add page title and sidebar
14
+ ui.page_opts(title="OpenWorm...", fillable=True)
15
 
16
  with ui.sidebar(open="desktop"):
17
  ui.input_slider(