Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ with gr.Blocks() as demo:
|
|
36 |
with gr.Column(scale=0.85):
|
37 |
msg = gr.Textbox(
|
38 |
show_label=False,
|
39 |
-
placeholder="Enter text and press enter.
|
40 |
lines=1,
|
41 |
).style(container=False)
|
42 |
with gr.Column(scale=0.15, min_width=0):
|
|
|
36 |
with gr.Column(scale=0.85):
|
37 |
msg = gr.Textbox(
|
38 |
show_label=False,
|
39 |
+
placeholder="Enter text and press enter.",
|
40 |
lines=1,
|
41 |
).style(container=False)
|
42 |
with gr.Column(scale=0.15, min_width=0):
|