zxcgqq commited on
Commit
6995ef2
·
1 Parent(s): 4d64fc1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ with gr.Blocks(css="#chatbot {overflow:auto; height:500px;}") as demo:
5
  chatbot = gr.Chatbot(elem_id="chatbot")
6
  with gr.Row() as input_raws:
7
  with gr.Column(scale=0.7):
8
- txt = gr.Textbox()
9
  with gr.Column(scale=0.10, min_width=0):
10
  run = gr.Button("🏃‍♂️Run")
11
  with gr.Column(scale=0.10, min_width=0):
 
5
  chatbot = gr.Chatbot(elem_id="chatbot")
6
  with gr.Row() as input_raws:
7
  with gr.Column(scale=0.7):
8
+ txt = gr.Textbox().style(container=False)
9
  with gr.Column(scale=0.10, min_width=0):
10
  run = gr.Button("🏃‍♂️Run")
11
  with gr.Column(scale=0.10, min_width=0):