Spaces:
Runtime error
Runtime error
File size: 555 Bytes
6c6aac8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
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''') |