Yaron Koresh commited on
Commit
605dda0
·
verified ·
1 Parent(s): aac4d05

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -97,7 +97,7 @@ css="""
97
 
98
  js="""
99
  function createGradioPromptEvent() {
100
- document.querySelector("#prompt").setAttribute(maxlength,"38")
101
  }
102
  """
103
 
 
97
 
98
  js="""
99
  function createGradioPromptEvent() {
100
+ document.querySelector("div#prompt input").setAttribute(maxlength,"38")
101
  }
102
  """
103