Spaces:
Runtime error
Runtime error
kbberendsen
commited on
Commit
•
532688c
1
Parent(s):
7303a6b
update imports
Browse files- __pycache__/app.cpython-311.pyc +0 -0
- app.py +1 -2
__pycache__/app.cpython-311.pyc
CHANGED
Binary files a/__pycache__/app.cpython-311.pyc and b/__pycache__/app.cpython-311.pyc differ
|
|
app.py
CHANGED
@@ -6,7 +6,7 @@ from matplotlib.collections import LineCollection
|
|
6 |
from matplotlib import cm
|
7 |
import numpy as np
|
8 |
import shinyswatch
|
9 |
-
from modules import drivers
|
10 |
|
11 |
# Define cache folder path
|
12 |
cache_path = os.getcwd() + "/cache"
|
@@ -22,7 +22,6 @@ drivers_2023 = drivers.drivers_2023
|
|
22 |
drivers_2022 = drivers.drivers_2022
|
23 |
|
24 |
app_ui = ui.page_fluid(
|
25 |
-
{"style": "padding: 10px"},
|
26 |
shinyswatch.theme.minty(),
|
27 |
ui.include_css("styles.css"),
|
28 |
ui.panel_title("Gear usage in fastest lap"),
|
|
|
6 |
from matplotlib import cm
|
7 |
import numpy as np
|
8 |
import shinyswatch
|
9 |
+
from modules import drivers
|
10 |
|
11 |
# Define cache folder path
|
12 |
cache_path = os.getcwd() + "/cache"
|
|
|
22 |
drivers_2022 = drivers.drivers_2022
|
23 |
|
24 |
app_ui = ui.page_fluid(
|
|
|
25 |
shinyswatch.theme.minty(),
|
26 |
ui.include_css("styles.css"),
|
27 |
ui.panel_title("Gear usage in fastest lap"),
|