RomZay commited on
Commit
00e32f1
·
verified ·
1 Parent(s): 16a6f01

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -127,8 +127,7 @@ def render_message(history):
127
 
128
  return messages_html
129
 
130
- js =
131
- """
132
  function Scrolldown() {
133
  let targetNode = document.querySelector('#chatbox-container');
134
 
 
127
 
128
  return messages_html
129
 
130
+ js = """
 
131
  function Scrolldown() {
132
  let targetNode = document.querySelector('#chatbox-container');
133