Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -62,7 +62,8 @@ with gr.Blocks(css=css) as demo:
|
|
62 |
|
63 |
with gr.Row():
|
64 |
with gr.Column():
|
65 |
-
input_text = gr.Textbox(
|
|
|
66 |
with gr.Row():
|
67 |
see_prompts = gr.Button("Feed in your text!")
|
68 |
|
|
|
62 |
|
63 |
with gr.Row():
|
64 |
with gr.Column():
|
65 |
+
input_text = gr.Textbox(label="Short text prompt",
|
66 |
+
lines=4, elem_id="input-text")
|
67 |
with gr.Row():
|
68 |
see_prompts = gr.Button("Feed in your text!")
|
69 |
|