File size: 231 Bytes
cdb3cdd
 
 
 
769ea44
74dcfd2
 
1
2
3
4
5
6
7
import streamlit as st
from st_pages import add_page_title, get_nav_from_toml

st.set_page_config(layout="wide")

st.title("Главная страница")
st.write("Выберите приложение в меню слева.")