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