tracinginsights commited on
Commit
34bd972
1 Parent(s): ffd1750

Update pages/Race_Launch_Performance_Ratings.py

Browse files
pages/Race_Launch_Performance_Ratings.py CHANGED
@@ -1,5 +1,5 @@
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(
@@ -17,4 +17,6 @@ SESSION = st.selectbox(
17
  'Select Session',
18
  ('R', 'SQ'))
19
 
20
- Race_Launch_Performance_Ratings.plot_ratings()
 
 
 
1
  import streamlit as st
2
+ from repo_directory import Race_Launch_Performance_Ratings as rl
3
  from repo_directory import button
4
 
5
  YEAR_SELECTED = st.selectbox(
 
17
  'Select Session',
18
  ('R', 'SQ'))
19
 
20
+
21
+
22
+ rl.plot_ratings()