Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -37,16 +37,16 @@ with gr.Blocks(
|
|
37 |
format="jpeg",
|
38 |
interactive=False
|
39 |
)
|
40 |
-
with gr.
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
|
51 |
with gr.Accordion("⚙️ Settings", open=False):
|
52 |
with gr.Row():
|
|
|
37 |
format="jpeg",
|
38 |
interactive=False
|
39 |
)
|
40 |
+
with gr.Row(equal_height=True):
|
41 |
+
prompt = gr.Textbox(
|
42 |
+
label="Prompt",
|
43 |
+
show_label=False,
|
44 |
+
placeholder="Enter your prompt..",
|
45 |
+
max_lines=1,
|
46 |
+
scale=2,
|
47 |
+
container=False
|
48 |
+
)
|
49 |
+
btn = gr.Button("Generate", variant="primary")
|
50 |
|
51 |
with gr.Accordion("⚙️ Settings", open=False):
|
52 |
with gr.Row():
|