boryasbora commited on
Commit
f8d9313
·
verified ·
1 Parent(s): 67898b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: