tracinginsights commited on
Commit
a1f823e
1 Parent(s): 53bede6

Create Championship_Standings.py

Browse files
Files changed (1) hide show
  1. Championship_Standings.py +6 -0
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()