pvyas96 commited on
Commit
20407e8
1 Parent(s): aa61101

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import streamlit as st
2
 
3
- st.set_page_config(page_title="Simple LLM Chatbot", page_icon="./icon.png", layout="centered", initial_sidebar_state="auto")
4
 
5
  readme = """
6
  This is a Simple chat application using streamlit and huggingface api
 
1
  import streamlit as st
2
 
3
+ st.set_page_config(page_title="Simple LLM Chatbot", page_icon="icon.png")
4
 
5
  readme = """
6
  This is a Simple chat application using streamlit and huggingface api