andreska commited on
Commit
07d6d5e
·
verified ·
1 Parent(s): 9e74383

Removed code for include_context. It should always have a value

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -36,8 +36,6 @@ include_context = st.checkbox('Search in Help')
36
 
37
  if 'conversation' not in st.session_state:
38
  st.session_state.conversation = ""
39
- if 'include_context' not in st.session_state:
40
- st.session_state.include_context = False
41
 
42
  def handle_submit():
43
  user_input = st.session_state.user_input
 
36
 
37
  if 'conversation' not in st.session_state:
38
  st.session_state.conversation = ""
 
 
39
 
40
  def handle_submit():
41
  user_input = st.session_state.user_input