Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,7 +16,7 @@ import re
|
|
| 16 |
from langdetect import detect
|
| 17 |
|
| 18 |
# ===== CONSTANTS =====
|
| 19 |
-
MAX_CHARS =
|
| 20 |
|
| 21 |
# Supported languages with their display names
|
| 22 |
SUPPORTED_LANGUAGES = {
|
|
|
|
| 16 |
from langdetect import detect
|
| 17 |
|
| 18 |
# ===== CONSTANTS =====
|
| 19 |
+
MAX_CHARS = 1000 # Character limit for reviews
|
| 20 |
|
| 21 |
# Supported languages with their display names
|
| 22 |
SUPPORTED_LANGUAGES = {
|