Spaces:
Running
Running
Commit
·
7128e18
1
Parent(s):
a1f823e
Create Championship_Standings.py
Browse files
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()
|