Spaces:
Runtime error
Runtime error
kbberendsen
commited on
Commit
•
33f3b6b
1
Parent(s):
17976c1
add bahrain
Browse files- __pycache__/app.cpython-311.pyc +0 -0
- app.py +2 -2
- cache/fastf1_http_cache.sqlite +1 -1
__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
@@ -14,7 +14,7 @@ from pathlib import Path
|
|
14 |
cache_path = os.getcwd() + "/cache"
|
15 |
|
16 |
ff1.Cache.enable_cache(cache_path)
|
17 |
-
ff1.Cache.offline_mode(enabled=
|
18 |
|
19 |
print(f"Cache path: {cache_path}")
|
20 |
|
@@ -22,7 +22,7 @@ app_ui = ui.page_fluid(
|
|
22 |
ui.div(
|
23 |
ui.input_select(
|
24 |
"track", label="Track",
|
25 |
-
choices=["Austria", "Hungary", "Spain"],
|
26 |
selected = "Austria"
|
27 |
),
|
28 |
class_="d-flex gap-3"
|
|
|
14 |
cache_path = os.getcwd() + "/cache"
|
15 |
|
16 |
ff1.Cache.enable_cache(cache_path)
|
17 |
+
ff1.Cache.offline_mode(enabled=False)
|
18 |
|
19 |
print(f"Cache path: {cache_path}")
|
20 |
|
|
|
22 |
ui.div(
|
23 |
ui.input_select(
|
24 |
"track", label="Track",
|
25 |
+
choices=["Austria", "Hungary", "Spain", "Bahrain"],
|
26 |
selected = "Austria"
|
27 |
),
|
28 |
class_="d-flex gap-3"
|
cache/fastf1_http_cache.sqlite
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 47009792
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2b0dc5ce78cd4324ac0fe6c8aedefdf7374b6bed797430226e9cc40d339240c3
|
3 |
size 47009792
|