Spaces:
Sleeping
Sleeping
| import streamlit as st | |
| st.set_page_config( | |
| page_title="Multi-page Streamlit App", | |
| page_icon="📚", | |
| ) | |
| st.title("Команда GPT") | |
| img_path = 'images/' | |
| st.image(img_path + "mainp.png", use_column_width=True) | |
| st.sidebar.success("Выберите страницу выше.") |