Yaron Koresh commited on
Commit
3851218
·
verified ·
1 Parent(s): 05b2541

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -140,8 +140,7 @@ footer {
140
 
141
  js="""
142
  function custom(){
143
- document.querySelector("div#prompt input").setAttribute("maxlength","27");
144
- document.querySelector("div#prompt2 input").setAttribute("maxlength","27");
145
  }
146
  """
147
 
 
140
 
141
  js="""
142
  function custom(){
143
+ document.querySelector("div#prompt input").setAttribute("maxlength","27")
 
144
  }
145
  """
146