kbberendsen commited on
Commit
41aaaa6
1 Parent(s): 6aa2e86

set sidebar width

Browse files
Files changed (2) hide show
  1. __pycache__/app.cpython-311.pyc +0 -0
  2. app.py +2 -1
__pycache__/app.cpython-311.pyc CHANGED
Binary files a/__pycache__/app.cpython-311.pyc and b/__pycache__/app.cpython-311.pyc differ
 
app.py CHANGED
@@ -33,8 +33,9 @@ app_ui = ui.page_fluid(
33
  "year", "Year:",
34
  choices = [2023, 2022],
35
  selected = 2023),
 
36
  ),
37
-
38
  ui.panel_main(
39
  ui.h3("Gear usage in fastest lap"),
40
  x.ui.output_plot("gear", fill = True),
 
33
  "year", "Year:",
34
  choices = [2023, 2022],
35
  selected = 2023),
36
+ width=2
37
  ),
38
+
39
  ui.panel_main(
40
  ui.h3("Gear usage in fastest lap"),
41
  x.ui.output_plot("gear", fill = True),