Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -55,7 +55,7 @@ def process_file(files, topic):
|
|
| 55 |
chucnks = smart_chunking(text)
|
| 56 |
# print(f"for file {file_path}", text[:1000])
|
| 57 |
for chunk in chucnks:
|
| 58 |
-
texts.append(
|
| 59 |
topics.append(topic)
|
| 60 |
dates.append(datetime.datetime.now().isoformat())
|
| 61 |
# Spl
|
|
|
|
| 55 |
chucnks = smart_chunking(text)
|
| 56 |
# print(f"for file {file_path}", text[:1000])
|
| 57 |
for chunk in chucnks:
|
| 58 |
+
texts.append(chunk)
|
| 59 |
topics.append(topic)
|
| 60 |
dates.append(datetime.datetime.now().isoformat())
|
| 61 |
# Spl
|