Spaces:
Running
Running
tracinginsights
commited on
Commit
•
4f48321
1
Parent(s):
fd45f69
Update pages/Long_Run_Race_Pace.py
Browse files
pages/Long_Run_Race_Pace.py
CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
|
|
2 |
from repo_directory import Long_Run_Race_Pace
|
3 |
from repo_directory import button
|
4 |
|
5 |
-
|
6 |
|
7 |
YEAR_SELECTED = st.selectbox(
|
8 |
'Select Year',
|
|
|
2 |
from repo_directory import Long_Run_Race_Pace
|
3 |
from repo_directory import button
|
4 |
|
5 |
+
import pandas as pd
|
6 |
|
7 |
YEAR_SELECTED = st.selectbox(
|
8 |
'Select Year',
|