Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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:
|