import streamlit as st st.set_page_config( page_title="You Name It!", page_icon="👋", ) st.write("# Welcome to YouNameIt chatbot! 👋") st.sidebar.success("Select a chatbot mode above.") st.markdown( """ YouNameIt is a project helping people with aphasia practice their word retrieval skill and assisting them to remember words on a daily basis. **👈 Select a chatbot mode from the sidebar** to test our app! ### What new features are planned? - Adaptation to German language and more; - Speech-to-text suppport; - Android & IOS mobile apps. ### For any suggestions or ideas please contact us. - Julian []() - [Nursulu](https://www.linkedin.com/in/nursulu-sagimbayeva-61383a208/) """ )