Spaces:
Sleeping
Sleeping
Yaron Koresh
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -119,7 +119,7 @@ function custom(){
|
|
119 |
Wait(function(){
|
120 |
return document.querySelector("div#prompt input")
|
121 |
},function(){
|
122 |
-
document.querySelector("div#prompt input").setAttribute(maxlength,"38");
|
123 |
},function(){});
|
124 |
}
|
125 |
"""
|
|
|
119 |
Wait(function(){
|
120 |
return document.querySelector("div#prompt input")
|
121 |
},function(){
|
122 |
+
document.querySelector("div#prompt input").setAttribute("maxlength","38");
|
123 |
},function(){});
|
124 |
}
|
125 |
"""
|