Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import gradio as gr
|
|
4 |
with gr.Blocks(css="#chatbot {overflow:auto; height:500px;}") as demo:
|
5 |
|
6 |
|
7 |
-
with gr.Row(
|
8 |
with gr.Column(scale=0.7):
|
9 |
txt = gr.Textbox()
|
10 |
with gr.Column(scale=0.10, min_width=0):
|
|
|
4 |
with gr.Blocks(css="#chatbot {overflow:auto; height:500px;}") as demo:
|
5 |
|
6 |
|
7 |
+
with gr.Row() as input_raws:
|
8 |
with gr.Column(scale=0.7):
|
9 |
txt = gr.Textbox()
|
10 |
with gr.Column(scale=0.10, min_width=0):
|