Danielrahmai1991 commited on
Commit
b2bb020
·
verified ·
1 Parent(s): 43ceba8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ def process_file(files, topic):
51
 
52
  # Spl
53
  # Save chunks to database
54
- save_to_db([text], topic)
55
 
56
  log_history.append( f"File {file_path} processed successfully! file saved to the database.")
57
  except Exception as e:
 
51
 
52
  # Spl
53
  # Save chunks to database
54
+ # save_to_db([text], topic)
55
 
56
  log_history.append( f"File {file_path} processed successfully! file saved to the database.")
57
  except Exception as e: