Spaces:
Running
Running
tracinginsights
commited on
Commit
·
b83658e
1
Parent(s):
d8cd2c0
Update app.py
Browse files
app.py
CHANGED
@@ -23,6 +23,10 @@ if not os.path.exists('repo_directory'):
|
|
23 |
|
24 |
from repo_directory.st_functions import st_button, load_css
|
25 |
|
|
|
|
|
|
|
|
|
26 |
|
27 |
#streamlit_analytics.start_tracking()
|
28 |
#with streamlit_analytics.track():
|
|
|
23 |
|
24 |
from repo_directory.st_functions import st_button, load_css
|
25 |
|
26 |
+
import fastf1
|
27 |
+
|
28 |
+
fastf1.Cache.enable_cache('cache')
|
29 |
+
|
30 |
|
31 |
#streamlit_analytics.start_tracking()
|
32 |
#with streamlit_analytics.track():
|