Update app.py
Browse files
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):
|