AlexanderKazakov
commited on
Commit
·
2dfb3d3
1
Parent(s):
70a5312
fix layout
Browse files- gradio_app/app.py +1 -1
gradio_app/app.py
CHANGED
@@ -56,7 +56,7 @@ with gr.Blocks() as demo:
|
|
56 |
placeholder="Enter text and press enter",
|
57 |
container=False,
|
58 |
autofocus=True,
|
59 |
-
lines=
|
60 |
max_lines=100,
|
61 |
)
|
62 |
txt_btn = gr.Button(value="Send", scale=1)
|
|
|
56 |
placeholder="Enter text and press enter",
|
57 |
container=False,
|
58 |
autofocus=True,
|
59 |
+
lines=35,
|
60 |
max_lines=100,
|
61 |
)
|
62 |
txt_btn = gr.Button(value="Send", scale=1)
|