Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -157,7 +157,7 @@ def clear_chat_history():
|
|
157 |
st.session_state.context_sources = []
|
158 |
st.session_state.key = 0
|
159 |
|
160 |
-
st.set_page_config(page_title='OHW AI')
|
161 |
|
162 |
# Sidebar
|
163 |
with st.sidebar:
|
|
|
157 |
st.session_state.context_sources = []
|
158 |
st.session_state.key = 0
|
159 |
|
160 |
+
# st.set_page_config(page_title='OHW AI')
|
161 |
|
162 |
# Sidebar
|
163 |
with st.sidebar:
|