Spaces:
Runtime error
Runtime error
File size: 498 Bytes
7a89bde 83e703d 7a89bde 83e703d |
1 2 3 4 5 6 7 8 9 10 11 12 |
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)."
)
|