File size: 242 Bytes
aa61101
 
20407e8
aa61101
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
import streamlit as st

st.set_page_config(page_title="Simple LLM Chatbot", page_icon="icon.png")

readme = """
This is a Simple chat application using streamlit and huggingface api
watch the below video to get started

"""

st.write(readme)