Danielrahmai1991 commited on
Commit
de57b99
·
verified ·
1 Parent(s): 744f177

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ def process_file(files, topic):
47
  # Read the file content
48
  file_path = file.name
49
  text = read_file(file_path)
50
- print(f"for file {file_path]", text[:1000])
51
 
52
  # Spl
53
  # Save chunks to database
 
47
  # Read the file content
48
  file_path = file.name
49
  text = read_file(file_path)
50
+ print(f"for file {file_path}", text[:1000])
51
 
52
  # Spl
53
  # Save chunks to database