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="ๅ…ฎ่พžๆŠ˜ๅฏฟไธญโ€ฆโ€ฆ",