StudybotAPI / frontend /components /user_greetings.py
HemanthSai7's picture
Streamlit app
83e703d
raw
history blame
498 Bytes
import streamlit as st
def user_greetings():
with st.sidebar.expander("πŸ‘‹ Greetings!", expanded=True):
st.write(
"Welcome to Studybot! This is a tool to help you revise your subjects. You can use the sidebar to navigate to the different pages. Have fun!"
)
st.write(
"If you have any feedback, please contact me on [:orange[LinkedIn]](https://www.linkedin.com/in/hemanthsai7/) or [:orange[GitHub]](https://github.com/HemanthSai7)."
)