RomZay commited on
Commit
47acdf5
·
verified ·
1 Parent(s): 95c3a3d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -103,6 +103,7 @@ def render_message(history):
103
  messages_html += f"<span style='color: white;'>{assistant_message}</span></div><br>"
104
 
105
  messages_html += "</div></div>"
 
106
  return messages_html
107
 
108
  js = """
 
103
  messages_html += f"<span style='color: white;'>{assistant_message}</span></div><br>"
104
 
105
  messages_html += "</div></div>"
106
+ messages_html += "<script>Scrolldown();</script>"
107
  return messages_html
108
 
109
  js = """