pvyas96's picture
Update app.py
e57ea67 verified
raw
history blame contribute delete
No virus
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)