pvyas96's picture
Update app.py
e57ea67 verified
Raw
History Blame Contribute Delete
168 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)