svilanovich's picture
Update app.py
d146649 verified
raw
history blame contribute delete
286 Bytes
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("Выберите страницу выше.")