Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
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
|