Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -108,7 +108,7 @@ with gr.Blocks(css='style.css') as demo:
|
|
108 |
</div>
|
109 |
"""
|
110 |
)
|
111 |
-
with gr.Column(elem_id="col-container") as hide
|
112 |
with gr.Row(variant="compact"):
|
113 |
input_text = gr.Textbox(
|
114 |
label="Short Prompt",
|
|
|
108 |
</div>
|
109 |
"""
|
110 |
)
|
111 |
+
with gr.Column(elem_id="col-container") as hide:
|
112 |
with gr.Row(variant="compact"):
|
113 |
input_text = gr.Textbox(
|
114 |
label="Short Prompt",
|