File size: 176 Bytes
1937747
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
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)