import streamlit as st st.markdown(""" """, unsafe_allow_html=True) st.title('📝 & ⚡💨🍃đŸĒĢ💡') st.title('AI-Apps for NLP tasks') st.markdown( "Here you can", "đŸŽĨ Define sentiment of film review", "☠ī¸ Access message toxicity", "📲 Generate some texts using your prompt" ) st.write('Choose app below') st.page_link("pages/task1.py", label="Film review sentiment", icon='đŸŽĨ') st.page_link("pages/toxicapp.py", label="Message toxicity", icon='☠ī¸') st.page_link("pages/task3.py", label="Text generation", icon='📲') st.subheader(f'''made by: Alexey Kamaev & Marina Kochetova & Valerie Dashieva''')