Spaces:
Running
Running
tracinginsights
commited on
Commit
·
47fabfe
1
Parent(s):
232ffeb
Update pages/Lap_Chart.py
Browse files- pages/Lap_Chart.py +1 -1
pages/Lap_Chart.py
CHANGED
@@ -1,7 +1,7 @@
|
|
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()
|
|
|
1 |
import streamlit as st
|
2 |
from repo_directory import Lap_Chart
|
3 |
from repo_directory import button
|
4 |
+
import pandas as pd
|
5 |
|
6 |
|
7 |
Lap_Chart.get_latest_ergast()
|