Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -133,6 +133,8 @@ demo = gr.ChatInterface(
|
|
| 133 |
examples=["what's anarchy ? "],
|
| 134 |
title=TITLE,
|
| 135 |
description=DESCRIPTION,
|
|
|
|
|
|
|
| 136 |
|
| 137 |
)
|
| 138 |
demo.launch(debug=True)
|
|
|
|
| 133 |
examples=["what's anarchy ? "],
|
| 134 |
title=TITLE,
|
| 135 |
description=DESCRIPTION,
|
| 136 |
+
autofocus=False,
|
| 137 |
+
autoscroll = False,
|
| 138 |
|
| 139 |
)
|
| 140 |
demo.launch(debug=True)
|