tracinginsights commited on
Commit
27e8e82
1 Parent(s): 6fa0f5f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -8,10 +8,10 @@ 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
- from repo_directory import button
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
+ # from repo_directory import button
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()