RomZay commited on
Commit
e37f59b
·
verified ·
1 Parent(s): 3add146

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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='handleAutoScrollChat.js') as demo:
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")