Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Remove max_lines=1
Browse filesOptional set max_lines to at least 2 or 3, so full prompts can be visible
app.py
CHANGED
@@ -236,7 +236,6 @@ with block:
|
|
236 |
text = gr.Textbox(
|
237 |
label="Enter your prompt",
|
238 |
show_label=False,
|
239 |
-
max_lines=1,
|
240 |
placeholder="Enter your prompt",
|
241 |
).style(
|
242 |
border=(True, False, True, True),
|
|
|
236 |
text = gr.Textbox(
|
237 |
label="Enter your prompt",
|
238 |
show_label=False,
|
|
|
239 |
placeholder="Enter your prompt",
|
240 |
).style(
|
241 |
border=(True, False, True, True),
|