Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -73,7 +73,7 @@ with gr.Blocks(css=css, theme=gr.themes.Soft(primary_hue="blue", secondary_hue="
|
|
| 73 |
prompt = gr.Text(
|
| 74 |
label="Prompt",
|
| 75 |
placeholder="Enter your prompt here",
|
| 76 |
-
lines=
|
| 77 |
)
|
| 78 |
with gr.Column(scale=1):
|
| 79 |
generate_button = gr.Button("Generate", variant="primary")
|
|
|
|
| 73 |
prompt = gr.Text(
|
| 74 |
label="Prompt",
|
| 75 |
placeholder="Enter your prompt here",
|
| 76 |
+
lines=3
|
| 77 |
)
|
| 78 |
with gr.Column(scale=1):
|
| 79 |
generate_button = gr.Button("Generate", variant="primary")
|