kbberendsen commited on
Commit
5ea99bf
2 Parent(s): beb64c6 8290e61

Merge branch 'main' of https://huggingface.co/spaces/kbberendsen/formula1

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -45,8 +45,8 @@ app_ui = ui.page_fluid(
45
 
46
  ui.panel_main(
47
  ui.h3("Gear usage in fastest lap"),
48
- ui.output_plot("gear"),
49
- ui.output_text("fastest_driver")
50
  ),
51
  ),
52
  )
 
45
 
46
  ui.panel_main(
47
  ui.h3("Gear usage in fastest lap"),
48
+ ui.output_text("fastest_driver"),
49
+ ui.output_plot("gear")
50
  ),
51
  ),
52
  )