tracinginsights commited on
Commit
7a93088
1 Parent(s): 60a920d

Create Lap_Chart.py

Browse files
Files changed (1) hide show
  1. pages/Lap_Chart.py +8 -0
pages/Lap_Chart.py ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ import streamlit as st
2
+ from repo_directory import Lap_Chart
3
+ from repo_directory import button
4
+
5
+
6
+
7
+ Lap_Chart.get_latest_ergast()
8
+