Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -110,7 +110,8 @@ with gr.Blocks(
|
|
| 110 |
|
| 111 |
with gr.Row():
|
| 112 |
with gr.Column(scale=5):
|
| 113 |
-
chatbot = gr.Chatbot(label="兮辞如是说").style(height=400)
|
|
|
|
| 114 |
msg = gr.Textbox(
|
| 115 |
label="来问问兮辞吧……",
|
| 116 |
placeholder="兮辞折寿中……",
|
|
|
|
| 110 |
|
| 111 |
with gr.Row():
|
| 112 |
with gr.Column(scale=5):
|
| 113 |
+
chatbot = gr.Chatbot(label="兮辞如是说").style(height=400)
|
| 114 |
+
with gr.Column():
|
| 115 |
msg = gr.Textbox(
|
| 116 |
label="来问问兮辞吧……",
|
| 117 |
placeholder="兮辞折寿中……",
|