kbberendsen commited on
Commit
8290e61
·
1 Parent(s): 8241b3a

move fastest driver text above plot

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -38,8 +38,8 @@ app_ui = ui.page_fluid(
38
 
39
  ui.panel_main(
40
  ui.h3("Gear usage in fastest lap"),
41
- ui.output_plot("gear"),
42
- ui.output_text("fastest_driver")
43
  ),
44
  ),
45
  )
 
38
 
39
  ui.panel_main(
40
  ui.h3("Gear usage in fastest lap"),
41
+ ui.output_text("fastest_driver"),
42
+ ui.output_plot("gear")
43
  ),
44
  ),
45
  )