smtsead commited on
Commit
5527a48
·
verified ·
1 Parent(s): 6ec1507

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ import re
16
  from langdetect import detect
17
 
18
  # ===== CONSTANTS =====
19
- MAX_CHARS = 500 # Character limit for reviews
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 = {