tracinginsights commited on
Commit
29b804b
1 Parent(s): e4be364

Update pages/Championship_Standings.py

Browse files
Files changed (1) hide show
  1. pages/Championship_Standings.py +2 -2
pages/Championship_Standings.py CHANGED
@@ -2,5 +2,5 @@ import streamlit as st
2
  from repo_directory import Championship_Standings
3
  from repo_directory import button
4
 
5
-
6
- Championship_Standings.plot()
 
2
  from repo_directory import Championship_Standings
3
  from repo_directory import button
4
 
5
+ df = Championship_Standings.get_results()
6
+ Championship_Standings.plot(df)