Spaces:
Runtime error
Runtime error
kbberendsen
commited on
Commit
•
4670881
1
Parent(s):
6cd3563
Update app.py
Browse files
app.py
CHANGED
@@ -39,7 +39,7 @@ drivers_2022 = {'Fastest driver': 'Fastest driver', 'VER': 'Max Verstappen',
|
|
39 |
app_ui = ui.page_fluid(
|
40 |
shinyswatch.theme.minty(),
|
41 |
ui.div(
|
42 |
-
{"style": "position: fixed; left: calc(50% - 150px); top: 0px;},
|
43 |
ui.panel_title("Gear usage in fastest lap"),
|
44 |
),
|
45 |
ui.layout_sidebar(
|
|
|
39 |
app_ui = ui.page_fluid(
|
40 |
shinyswatch.theme.minty(),
|
41 |
ui.div(
|
42 |
+
{"style": "position: fixed; left: calc(50% - 150px); top: 0px;"},
|
43 |
ui.panel_title("Gear usage in fastest lap"),
|
44 |
),
|
45 |
ui.layout_sidebar(
|