Spaces:
Runtime error
Runtime error
import streamlit as st | |
st.markdown(""" | |
<style> | |
section[data-testid="stSidebar"][aria-expanded="true"]{ | |
display: none; | |
} | |
</style> | |
""", unsafe_allow_html=True) | |
st.title('π & β‘π¨ππͺ«π‘') | |
st.write('choose your option') | |
st.page_link("pages/task1.py", label="Kinopoisk", icon='π₯') | |
st.page_link("pages/toxicapp.py", label="Personality", icon='β οΈ') | |
st.page_link("pages/task3.py", label="GPT", icon='π²') | |
st.header(f'''made by: Alexey Kamaev & Marina Kochetova''') |