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''')