pvyas96's picture
Update app.py
aa61101 verified
raw
history blame
293 Bytes
import streamlit as st
st.set_page_config(page_title="Simple LLM Chatbot", page_icon="./icon.png", layout="centered", initial_sidebar_state="auto")
readme = """
This is a Simple chat application using streamlit and huggingface api
watch the below video to get started
"""
st.write(readme)