devve1 commited on
Commit
507ceb8
1 Parent(s): c0d29c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -475,6 +475,6 @@ if __name__ == '__main__':
475
  )
476
 
477
  if IsDocumentsOnly:
478
- st.write('The AI answer your questions only considering the documents provided')
479
  else:
480
- st.write("""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""")
 
475
  )
476
 
477
  if IsDocumentsOnly:
478
+ st.sidebar.write('The AI answer your questions only considering the documents provided')
479
  else:
480
+ st.sidebar.write("""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""")