NursNurs's picture
added app py
b5b2503
raw
history blame contribute delete
745 Bytes
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/)
"""
)