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