pvyas96's picture
Upload 5 files
1937747 verified
raw
history blame
No virus
176 Bytes
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)