Spaces:
Runtime error
Runtime error
Update app/main.py
Browse files- app/main.py +1 -1
app/main.py
CHANGED
|
@@ -2613,4 +2613,4 @@ def clean_text_for_docx(text: str) -> str:
|
|
| 2613 |
# Simple text cleaning - keep basic punctuation and common symbols
|
| 2614 |
text = ''.join(char for char in text if ord(char) < 128 or char in '•°$€£¥₹₩₽₪₺₴₼₸₾֏₲₡₣₦₵₨₱₫₭៛৳؋﷼%')
|
| 2615 |
|
| 2616 |
-
return text
|
|
|
|
| 2613 |
# Simple text cleaning - keep basic punctuation and common symbols
|
| 2614 |
text = ''.join(char for char in text if ord(char) < 128 or char in '•°$€£¥₹₩₽₪₺₴₼₸₾֏₲₡₣₦₵₨₱₫₭៛৳؋﷼%')
|
| 2615 |
|
| 2616 |
+
return text
|