tracinginsights commited on
Commit
30e864a
1 Parent(s): 9ee1e02

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -8,4 +8,3 @@ 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
- st.components.v1.iframe("https://linktr.ee/tracinginsights", width=None, height=10000, scrolling=True)
 
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