devve1 commited on
Commit
8caba9f
1 Parent(s): 41211c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -376,7 +376,7 @@ def on_change_documents_only():
376
  Question: {query}"""
377
  )
378
 
379
- st.session_state.tooltip = 'The AI answer your questions only considering the documents provided' if st.session_state.documents_only else """The AI answer your questions considering the documents provided, and if it doesn't found the answer in them, try to find in its on own internal knowledge"""
380
 
381
 
382
  if __name__ == '__main__':
 
376
  Question: {query}"""
377
  )
378
 
379
+ st.session_state.tooltip = 'The AI answer your questions only considering the documents provided' if st.session_state.documents_only else """The AI answer your questions considering the documents provided, and if it doesn't found the answer in them, try to find in its own internal knowledge"""
380
 
381
 
382
  if __name__ == '__main__':