Alex
commited on
Commit
·
859c072
1
Parent(s):
ff52f5f
changed run.py for streamlit
Browse files
run.py
CHANGED
@@ -39,8 +39,8 @@ def main_app() -> None:
|
|
39 |
"""
|
40 |
|
41 |
st_page_rename({"run.py": "Главная страница",
|
42 |
-
"pages
|
43 |
-
"pages
|
44 |
|
45 |
st.markdown(read_readme(), unsafe_allow_html=True)
|
46 |
|
|
|
39 |
"""
|
40 |
|
41 |
st_page_rename({"run.py": "Главная страница",
|
42 |
+
"pages/page_one.py": "Генератор аудио",
|
43 |
+
"pages/page_two.py": "Описание изображения"})
|
44 |
|
45 |
st.markdown(read_readme(), unsafe_allow_html=True)
|
46 |
|