Delete streamlit_app.py
Browse files- streamlit_app.py +0 -23
streamlit_app.py
DELETED
@@ -1,23 +0,0 @@
|
|
1 |
-
import streamlit as st
|
2 |
-
|
3 |
-
main_page = st.Page("main.py", title="Главная"
|
4 |
-
# , icon=":material/add_circle:"
|
5 |
-
)
|
6 |
-
Leaderboard_page = st.Page("Leaderboard.py", title="Лидерборд"
|
7 |
-
# , icon=":material/delete:"
|
8 |
-
)
|
9 |
-
|
10 |
-
pg = st.navigation(
|
11 |
-
{
|
12 |
-
"Main": [main_page, Leaderboard_page],
|
13 |
-
# "Reports": []
|
14 |
-
}
|
15 |
-
)
|
16 |
-
st.set_page_config(page_title="Leaderboard"
|
17 |
-
# , page_icon=":material/edit:"
|
18 |
-
)
|
19 |
-
pg.run()
|
20 |
-
|
21 |
-
# logo = '/Users/y1ov/Work/streamlits/senej/files/beta-1.png'
|
22 |
-
|
23 |
-
# st.logo(logo, icon_image=logo)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|