Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -127,7 +127,7 @@ def render_message(history):
|
|
| 127 |
|
| 128 |
return messages_html
|
| 129 |
|
| 130 |
-
with gr.Blocks(css=".chatbox {height: 400px; overflow-y: auto; border: 1px solid #262626; padding: 10px; background-color: #171717;}", js=
|
| 131 |
|
| 132 |
with gr.Column(visible=True) as auth_view:
|
| 133 |
gr.Markdown("## P-MSQ Authorization")
|
|
|
|
| 127 |
|
| 128 |
return messages_html
|
| 129 |
|
| 130 |
+
with gr.Blocks(css=".chatbox {height: 400px; overflow-y: auto; border: 1px solid #262626; padding: 10px; background-color: #171717;}", js="handleAutoScrollChat.js") as demo:
|
| 131 |
|
| 132 |
with gr.Column(visible=True) as auth_view:
|
| 133 |
gr.Markdown("## P-MSQ Authorization")
|