Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
import streamlit as st
|
| 2 |
|
| 3 |
-
st.set_page_config(page_title= "Chat with
|
| 4 |
|
| 5 |
-
st.title("Chat with
|
| 6 |
|
| 7 |
with st.sidebar:
|
| 8 |
st.header("Settings")
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
|
| 3 |
+
st.set_page_config(page_title= "Chat with Websites", page_icon="🤖")
|
| 4 |
|
| 5 |
+
st.title("Chat with Websites")
|
| 6 |
|
| 7 |
with st.sidebar:
|
| 8 |
st.header("Settings")
|