Update src/app/layout.py
Browse files- src/app/layout.py +1 -1
src/app/layout.py
CHANGED
@@ -24,7 +24,7 @@ from src.app.constants import (summary_text,
|
|
24 |
example_nottrustworthy_text)
|
25 |
#---------------------------------------------------------------------------------------
|
26 |
# Global variables
|
27 |
-
MAX_INPUT_LENGTH = 20
|
28 |
|
29 |
#---------------------------------------------------------------------------------------
|
30 |
# Functions
|
|
|
24 |
example_nottrustworthy_text)
|
25 |
#---------------------------------------------------------------------------------------
|
26 |
# Global variables
|
27 |
+
MAX_INPUT_LENGTH = 99999999999#20
|
28 |
|
29 |
#---------------------------------------------------------------------------------------
|
30 |
# Functions
|