Spaces:
Running
Running
| from repo_directory import button | |
| from repo_directory import Overtakes | |
| option = Overtakes.select_gp() | |
| Overtakes.plot_recent_overtakes(option) | |
| Overtakes.plot_full_season() | |
| Overtakes.plot_circuits() |