Cran-May commited on
Commit
8aee720
1 Parent(s): d64cbaa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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) with gr.Column():
 
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="兮辞折寿中……",