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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -111,6 +111,7 @@ with gr.Blocks(
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="来问问兮辞吧……",
 
111
  with gr.Row():
112
  with gr.Column(scale=5):
113
  chatbot = gr.Chatbot(label="兮辞如是说").style(height=400)
114
+ with gr.Row():
115
  with gr.Column():
116
  msg = gr.Textbox(
117
  label="来问问兮辞吧……",