Spaces:
Running
Running
tracinginsights
commited on
Commit
•
73fa91b
1
Parent(s):
793b73e
Update pages/Race_Launch_Performance_Ratings.py
Browse files
pages/Race_Launch_Performance_Ratings.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import streamlit as st
|
2 |
-
from repo_directory import Race_Launch_Performance_Ratings
|
3 |
-
from repo_directory import button
|
4 |
|
5 |
YEAR_SELECTED = st.selectbox(
|
6 |
'Select Year',
|
|
|
1 |
import streamlit as st
|
2 |
+
from F1-analysis.repo_directory import Race_Launch_Performance_Ratings
|
3 |
+
from F1-analysis.repo_directory import button
|
4 |
|
5 |
YEAR_SELECTED = st.selectbox(
|
6 |
'Select Year',
|