tracinginsights commited on
Commit
b34994f
1 Parent(s): 803b36a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -8
app.py CHANGED
@@ -34,15 +34,15 @@ app.plot_recent_overtakes(option)
34
  app.plot_full_season()
35
  app.plot_circuits()
36
 
37
- from multipage import MultiPage
38
- from repo_directory.pages import Race_Launch_Performance_Ratings
39
 
40
- # Create an instance of the app
41
- multiapp = MultiPage()
42
 
43
- # Add all your application here
44
- multiapp.add_page("Race_Launch_Performance_Ratings", Race_Launch_Performance_Ratings.app)
45
 
46
- # The main app
47
- multiapp.run()
48
 
 
34
  app.plot_full_season()
35
  app.plot_circuits()
36
 
37
+ # from multipage import MultiPage
38
+ # from repo_directory.pages import Race_Launch_Performance_Ratings
39
 
40
+ # # Create an instance of the app
41
+ # multiapp = MultiPage()
42
 
43
+ # # Add all your application here
44
+ # multiapp.add_page("Race_Launch_Performance_Ratings", Race_Launch_Performance_Ratings.app)
45
 
46
+ # # The main app
47
+ # multiapp.run()
48