Nioooor commited on
Commit
3d042c9
·
verified ·
1 Parent(s): 8096872

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -199,7 +199,7 @@ def clear_chat_history():
199
  st.session_state.query_counter = 0
200
  st.session_state.conversation_history = ""
201
 
202
- st.sidebar.button('Clear Chat History', on_click=clear_chat_history
203
 
204
  # Footer
205
  st.sidebar.markdown('<p class="team">Developed by Team XceptionNet</p>', unsafe_allow_html=True)
 
199
  st.session_state.query_counter = 0
200
  st.session_state.conversation_history = ""
201
 
202
+ st.sidebar.button('Clear Chat History', on_click=clear_chat_history)
203
 
204
  # Footer
205
  st.sidebar.markdown('<p class="team">Developed by Team XceptionNet</p>', unsafe_allow_html=True)