tracinginsights commited on
Commit
c81feaf
1 Parent(s): b556444

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -18,7 +18,6 @@ st.set_page_config(
18
 
19
  GITHUB_PAT = os.environ['GITHUB']
20
 
21
-
22
  if not os.path.exists('repo_directory'):
23
  Repo.clone_from(f'https://tracinginsights:{GITHUB_PAT}@github.com/TracingInsights/F1_analysis.git', 'repo_directory' )
24
 
 
18
 
19
  GITHUB_PAT = os.environ['GITHUB']
20
 
 
21
  if not os.path.exists('repo_directory'):
22
  Repo.clone_from(f'https://tracinginsights:{GITHUB_PAT}@github.com/TracingInsights/F1_analysis.git', 'repo_directory' )
23