Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -166,7 +166,7 @@ def chunk_text(text, max_chars):
|
|
| 166 |
|
| 167 |
|
| 168 |
|
| 169 |
-
split_after_space_chars = max_chars + int(max_chars * 0.
|
| 170 |
chunks = []
|
| 171 |
current_chunk = ""
|
| 172 |
|
|
|
|
| 166 |
|
| 167 |
|
| 168 |
|
| 169 |
+
split_after_space_chars = max_chars + int(max_chars * 0.1)
|
| 170 |
chunks = []
|
| 171 |
current_chunk = ""
|
| 172 |
|