Spaces:
Runtime error
Runtime error
kbberendsen
commited on
Commit
•
b8990ec
1
Parent(s):
e1e02bd
dropdown change
Browse files- app.py +1 -1
- cache/fastf1_http_cache.sqlite +2 -2
app.py
CHANGED
@@ -29,7 +29,7 @@ app_ui = ui.page_fluid(
|
|
29 |
ui.div(
|
30 |
ui.input_select(
|
31 |
"track", label="Track",
|
32 |
-
choices=["Austria", "Hungary", "
|
33 |
selected = "Austria"
|
34 |
),
|
35 |
class_="d-flex gap-3"
|
|
|
29 |
ui.div(
|
30 |
ui.input_select(
|
31 |
"track", label="Track",
|
32 |
+
choices=["Austria", "Hungary", "Spain"],
|
33 |
selected = "Austria"
|
34 |
),
|
35 |
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
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bb02d222930ceba19f3d6412ebe43eb928aaba19d5b4292821333805948d7368
|
3 |
+
size 47009792
|