Skip to content

Commit 65bc202

Browse files
committed
Disable autoscroll in chatbot output
1 parent 676d93a commit 65bc202

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web-apps/chat/app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ def inference_wrapper(*args):
185185
height="75vh",
186186
resizable=True,
187187
sanitize_html=True,
188+
autoscroll=False,
188189
latex_delimiters=[
189190
{"left": "$$", "right": "$$", "display": True },
190191
{"left": "$", "right": "$", "display": False }

0 commit comments

Comments
 (0)