kbberendsen commited on
Commit
e662b95
1 Parent(s): 20ee985

move driver text below graph

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