tracinginsights commited on
Commit
3b06872
·
verified ·
1 Parent(s): c6d1175

Update pages/Weekend_Results.py

Browse files
Files changed (1) hide show
  1. pages/Weekend_Results.py +5 -1
pages/Weekend_Results.py CHANGED
@@ -18,4 +18,8 @@ type = st.radio(
18
 
19
  )
20
 
21
- Weekend_Results.plot(GRANDPRIX, URL, year, weekend_type=type)
 
 
 
 
 
18
 
19
  )
20
 
21
+
22
+
23
+ _,df = Weekend_Results.plot(GRANDPRIX, URL, year, weekend_type=type)
24
+
25
+ st.dataframe(df)