tracinginsights commited on
Commit
195a6b9
1 Parent(s): 0d98e0c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -16
app.py CHANGED
@@ -11,20 +11,8 @@ if not os.path.exists('repo_directory'):
11
  from repo_directory import button
12
 
13
 
14
- # option = app.select_gp()
15
- # app.plot_recent_overtakes(option)
16
- # app.plot_full_season()
17
- # app.plot_circuits()
18
-
19
- from multipage import MultiPage
20
- from repo_directory import Race_Launch_Performance_Ratings
21
-
22
- # Create an instance of the app
23
- multiapp = MultiPage()
24
-
25
- # Add all your application here
26
- multiapp.add_page("Race_Launch_Performance_Ratings", Race_Launch_Performance_Ratings.app)
27
-
28
- # The main app
29
- multiapp.run()
30
 
 
11
  from repo_directory import button
12
 
13
 
14
+ option = app.select_gp()
15
+ app.plot_recent_overtakes(option)
16
+ app.plot_full_season()
17
+ app.plot_circuits()
 
 
 
 
 
 
 
 
 
 
 
 
18