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)