Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -72,7 +72,9 @@ with gr.Blocks(css=css) as demo:
|
|
72 |
with gr.Row():
|
73 |
with gr.Column():
|
74 |
input_text = gr.Textbox(label="Short text prompt",
|
75 |
-
lines=4, elem_id="input-text"
|
|
|
|
|
76 |
with gr.Row():
|
77 |
see_prompts = gr.Button("1. Enter short text")
|
78 |
|
|
|
72 |
with gr.Row():
|
73 |
with gr.Column():
|
74 |
input_text = gr.Textbox(label="Short text prompt",
|
75 |
+
lines=4, elem_id="input-text",
|
76 |
+
visible=False
|
77 |
+
)
|
78 |
with gr.Row():
|
79 |
see_prompts = gr.Button("1. Enter short text")
|
80 |
|