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