Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -75,8 +75,8 @@ def get_response(user_input):
|
|
75 |
return response['answer']
|
76 |
|
77 |
# app config
|
78 |
-
st.set_page_config(page_title="
|
79 |
-
st.title("
|
80 |
|
81 |
# sidebar
|
82 |
with st.sidebar:
|
|
|
75 |
return response['answer']
|
76 |
|
77 |
# app config
|
78 |
+
st.set_page_config(page_title="Talk with sites!", page_icon="π€")
|
79 |
+
st.title("Talk with sites!")
|
80 |
|
81 |
# sidebar
|
82 |
with st.sidebar:
|