devve1 commited on
Commit
c0d29c3
1 Parent(s): cb5e104

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -466,7 +466,7 @@ if __name__ == '__main__':
466
  )
467
  st.sidebar.success("Document content uploaded and ready!")
468
 
469
- IsDocumentsOnly = st.toggle(
470
  label="""Enable 'Documents-Only' Mode""",
471
  value=True,
472
  on_change=on_change_documents_only,
 
466
  )
467
  st.sidebar.success("Document content uploaded and ready!")
468
 
469
+ IsDocumentsOnly = st.sidebar.toggle(
470
  label="""Enable 'Documents-Only' Mode""",
471
  value=True,
472
  on_change=on_change_documents_only,