Spaces:
Running
Running
tracinginsights
commited on
Commit
·
013f46a
1
Parent(s):
aa20908
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
from git import Repo
|
2 |
import os
|
3 |
import streamlit as st
|
4 |
-
|
5 |
|
6 |
GITHUB_PAT = os.environ['GITHUB']
|
7 |
|
@@ -19,7 +19,7 @@ st.set_page_config(
|
|
19 |
# 'About': "# This is a header. This is an *extremely* cool app!"
|
20 |
# }
|
21 |
)
|
22 |
-
|
23 |
option = app.select_gp()
|
24 |
app.plot_recent_overtakes(option)
|
25 |
app.plot_full_season()
|
|
|
1 |
from git import Repo
|
2 |
import os
|
3 |
import streamlit as st
|
4 |
+
|
5 |
|
6 |
GITHUB_PAT = os.environ['GITHUB']
|
7 |
|
|
|
19 |
# 'About': "# This is a header. This is an *extremely* cool app!"
|
20 |
# }
|
21 |
)
|
22 |
+
import repo_directory.app as app
|
23 |
option = app.select_gp()
|
24 |
app.plot_recent_overtakes(option)
|
25 |
app.plot_full_season()
|