Spaces:
Running
Running
tracinginsights
commited on
Commit
•
793b73e
1
Parent(s):
fe8cc68
Update pages/Race_Launch_Performance_Ratings.py
Browse files
pages/Race_Launch_Performance_Ratings.py
CHANGED
@@ -1,4 +1,6 @@
|
|
|
|
1 |
from repo_directory import Race_Launch_Performance_Ratings
|
|
|
2 |
|
3 |
YEAR_SELECTED = st.selectbox(
|
4 |
'Select Year',
|
|
|
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',
|