Spaces:
Runtime error
Runtime error
kbberendsen
commited on
Commit
•
bdf1ad8
1
Parent(s):
f102253
print folder path and offline mode
Browse files- __pycache__/app.cpython-311.pyc +0 -0
- app.py +3 -0
- 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
@@ -24,6 +24,9 @@ else:
|
|
24 |
print(f"The folder '{folder_name}' does not exist.")
|
25 |
|
26 |
ff1.Cache.enable_cache(folder_path)
|
|
|
|
|
|
|
27 |
|
28 |
app_ui = ui.page_fluid(
|
29 |
ui.div(
|
|
|
24 |
print(f"The folder '{folder_name}' does not exist.")
|
25 |
|
26 |
ff1.Cache.enable_cache(folder_path)
|
27 |
+
ff1.Cache.offline_mode(enabled=True)
|
28 |
+
|
29 |
+
print(folder_path)
|
30 |
|
31 |
app_ui = ui.page_fluid(
|
32 |
ui.div(
|
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:6eded13d91240992adfc0c4f58f9574187c0a92be5773395fe79c7d3247c5177
|
3 |
size 47009792
|