tracinginsights commited on
Commit
a61c4f0
·
1 Parent(s): 119bf10

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ st.set_page_config(
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.git', 'repo_directory' )
23
 
24
  from repo_directory.st_functions import st_button, load_css
25
 
 
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_app.git', 'repo_directory' )
23
 
24
  from repo_directory.st_functions import st_button, load_css
25