Spaces:
Running
Running
Update pages/Race_Launch_Performance_Ratings.py
Browse files
pages/Race_Launch_Performance_Ratings.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
import streamlit as st
|
2 |
-
from repo_directory import Race_Launch_Performance_Ratings as rl
|
3 |
-
from repo_directory import
|
|
|
4 |
|
5 |
YEAR_SELECTED = st.selectbox(
|
6 |
'Select Year',
|
|
|
1 |
import streamlit as st
|
2 |
+
from repo_directory.v2 import Race_Launch_Performance_Ratings as rl
|
3 |
+
from repo_directory.v2 import utils
|
4 |
+
from repo_directory import button
|
5 |
|
6 |
YEAR_SELECTED = st.selectbox(
|
7 |
'Select Year',
|