Spaces:
Sleeping
Sleeping
| import streamlit as st | |
| readme = """ | |
| This is a Simple chat application using streamlit and huggingface api | |
| watch the below video to get started | |
| """ | |
| st.write(readme) | |
| import streamlit as st | |
| readme = """ | |
| This is a Simple chat application using streamlit and huggingface api | |
| watch the below video to get started | |
| """ | |
| st.write(readme) | |