tracinginsights commited on
Commit
7128e18
1 Parent(s): a1f823e

Create Championship_Standings.py

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