Spaces:
Runtime error
Runtime error
add: elements.
Browse files
app.py
CHANGED
@@ -62,10 +62,10 @@ with block:
|
|
62 |
"""
|
63 |
)
|
64 |
with gr.Group():
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
gr.HTML(
|
70 |
"""
|
71 |
<div class="acknowledgments">
|
|
|
62 |
"""
|
63 |
)
|
64 |
with gr.Group():
|
65 |
+
with gr.Box():
|
66 |
+
with gr.Row(elem_id="prompt-container").style(mobile_collapse=False, equal_height=True):
|
67 |
+
with gr.Column():
|
68 |
+
gr.Text(max_lines=1, placeholder="a painting of a dog")
|
69 |
gr.HTML(
|
70 |
"""
|
71 |
<div class="acknowledgments">
|