Vinh Nguyen commited on
Commit
cee7091
1 Parent(s): 0d052d7

Temporarily remove epub file loader for now

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ with settings_tab:
51
  with documents_tab:
52
  uploaded_files = st.file_uploader(
53
  label="Select files",
54
- type=["pdf", "txt", "docx", "epub"],
55
  accept_multiple_files=True,
56
  disabled=(not openai_api_key),
57
  )
 
51
  with documents_tab:
52
  uploaded_files = st.file_uploader(
53
  label="Select files",
54
+ type=["pdf", "txt", "docx"],
55
  accept_multiple_files=True,
56
  disabled=(not openai_api_key),
57
  )