mikepastor11 commited on
Commit
6625836
1 Parent(s): 66353cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -142,7 +142,7 @@ def process_user_question(user_question):
142
  # st.empty()
143
 
144
  try:
145
- st.session_state.conversation({'question': ""})
146
  # if "key" not in st.session_state:
147
  # st.write('Good')
148
  except:
 
142
  # st.empty()
143
 
144
  try:
145
+ st.session_state.conversation({'question': "Summarize the document"})
146
  # if "key" not in st.session_state:
147
  # st.write('Good')
148
  except: