tracinginsights commited on
Commit
fe8cc68
1 Parent(s): d3bbc88

Update pages/Race_Launch_Performance_Ratings.py

Browse files
pages/Race_Launch_Performance_Ratings.py CHANGED
@@ -13,4 +13,6 @@ RACE_SELECTED = st.selectbox(
13
 
14
  SESSION = st.selectbox(
15
  'Select Session',
16
- ('SQ', 'R'))
 
 
 
13
 
14
  SESSION = st.selectbox(
15
  'Select Session',
16
+ ('R', 'SQ'))
17
+
18
+ Race_Launch_Performance_Ratings.plot_ratings()