sxandie commited on
Commit
2ace558
·
verified ·
1 Parent(s): fa3cfe7

updated UI options

Browse files
Files changed (1) hide show
  1. src/upload_file.py +1 -1
src/upload_file.py CHANGED
@@ -14,7 +14,7 @@ class UploadFile:
14
  """
15
 
16
  @staticmethod
17
- def process_uploaded_files(files_dir: List, chatbot: List, llm = rag_with_dropdown: str) -> Tuple:
18
  """
19
  Prepares and saves a VectorDB from uploaded files.
20
 
 
14
  """
15
 
16
  @staticmethod
17
+ def process_uploaded_files(files_dir: List, chatbot: List, rag_with_dropdown: str) -> Tuple:
18
  """
19
  Prepares and saves a VectorDB from uploaded files.
20