devve1 commited on
Commit
feb3f00
1 Parent(s): b1136c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -469,8 +469,8 @@ if __name__ == '__main__':
469
  st.sidebar.success("Document content uploaded and ready!")
470
 
471
  tooltip = 'The AI answer your questions only considering the documents provided'
472
-
473
- IsDocumentsOnly = st.sidebar.toggle(
474
  label="""Enable 'Documents-Only' Mode""",
475
  value=True,
476
  on_change=on_change_documents_only,
 
469
  st.sidebar.success("Document content uploaded and ready!")
470
 
471
  tooltip = 'The AI answer your questions only considering the documents provided'
472
+
473
+ st.sidebar.toggle(
474
  label="""Enable 'Documents-Only' Mode""",
475
  value=True,
476
  on_change=on_change_documents_only,