Spaces:
Running
on
Zero
Running
on
Zero
change from textbox to textarea
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ with gr.Blocks(css=css) as demo:
|
|
51 |
|
52 |
with gr.Row():
|
53 |
|
54 |
-
prompt = gr.
|
55 |
label="Prompt",
|
56 |
show_label=False,
|
57 |
max_lines=1,
|
|
|
51 |
|
52 |
with gr.Row():
|
53 |
|
54 |
+
prompt = gr.TextArea(
|
55 |
label="Prompt",
|
56 |
show_label=False,
|
57 |
max_lines=1,
|