Spaces:
Sleeping
Sleeping
ubermenchh
commited on
Commit
•
575ba93
1
Parent(s):
cec952b
Update app.py
Browse files
app.py
CHANGED
@@ -41,7 +41,7 @@ def infer(question):
|
|
41 |
return str(response)
|
42 |
|
43 |
with gr.Blocks(theme='WeixuanYuan/Soft_dark') as demo:
|
44 |
-
with gr.Column():
|
45 |
chatbot = gr.Chatbot([], elem_id='chatbot')
|
46 |
|
47 |
with gr.Row():
|
|
|
41 |
return str(response)
|
42 |
|
43 |
with gr.Blocks(theme='WeixuanYuan/Soft_dark') as demo:
|
44 |
+
with gr.Column(variant='panel', scale=2):
|
45 |
chatbot = gr.Chatbot([], elem_id='chatbot')
|
46 |
|
47 |
with gr.Row():
|