Spaces:
Running
Running
Commit
·
9ee1e02
1
Parent(s):
51c0b3a
Update app.py
Browse files
app.py
CHANGED
@@ -8,10 +8,4 @@ GITHUB_PAT = os.environ['GITHUB']
|
|
8 |
if not os.path.exists('repo_directory'):
|
9 |
Repo.clone_from(f'https://tracinginsights:{GITHUB_PAT}@github.com/TracingInsights/F1_analysis.git', 'repo_directory' )
|
10 |
|
11 |
-
|
12 |
-
# from repo_directory import Overtakes
|
13 |
-
|
14 |
-
# option = Overtakes.select_gp()
|
15 |
-
# Overtakes.plot_recent_overtakes(option)
|
16 |
-
# Overtakes.plot_full_season()
|
17 |
-
# Overtakes.plot_circuits()
|
|
|
8 |
if not os.path.exists('repo_directory'):
|
9 |
Repo.clone_from(f'https://tracinginsights:{GITHUB_PAT}@github.com/TracingInsights/F1_analysis.git', 'repo_directory' )
|
10 |
|
11 |
+
st.components.v1.iframe("https://linktr.ee/tracinginsights", width=None, height=10000, scrolling=True)
|
|
|
|
|
|
|
|
|
|
|
|