Spaces:
Runtime error
Runtime error
kbberendsen
commited on
Commit
•
2171ad9
1
Parent(s):
5df5e17
enable css sheet and add inline css padding
Browse files
app.py
CHANGED
@@ -37,8 +37,9 @@ drivers_2022 = {'Fastest driver': 'Fastest driver', 'VER': 'Max Verstappen',
|
|
37 |
'LAT': 'Nicolas Latifi'}
|
38 |
|
39 |
app_ui = ui.page_fluid(
|
|
|
40 |
shinyswatch.theme.minty(),
|
41 |
-
|
42 |
ui.panel_title("Gear usage in fastest lap"),
|
43 |
ui.layout_sidebar(
|
44 |
ui.panel_sidebar(
|
|
|
37 |
'LAT': 'Nicolas Latifi'}
|
38 |
|
39 |
app_ui = ui.page_fluid(
|
40 |
+
{"style": "padding: 10px"},
|
41 |
shinyswatch.theme.minty(),
|
42 |
+
ui.include_css("styles.css"),
|
43 |
ui.panel_title("Gear usage in fastest lap"),
|
44 |
ui.layout_sidebar(
|
45 |
ui.panel_sidebar(
|