Spaces:
Running
Running
smileycutie0
commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -64,16 +64,15 @@ with gr.Blocks(
|
|
| 64 |
format="jpeg",
|
| 65 |
interactive=False
|
| 66 |
)
|
| 67 |
-
with gr.
|
| 68 |
-
|
| 69 |
-
|
| 70 |
-
|
| 71 |
-
|
| 72 |
-
|
| 73 |
-
|
| 74 |
-
|
| 75 |
-
|
| 76 |
-
btn = gr.Button("Generate", variant="primary")
|
| 77 |
|
| 78 |
with gr.Tab("⚙️ Settings"):
|
| 79 |
with gr.Row():
|
|
|
|
| 64 |
format="jpeg",
|
| 65 |
interactive=False
|
| 66 |
)
|
| 67 |
+
with gr.Row(variant="panel"):
|
| 68 |
+
prompt = gr.Textbox(
|
| 69 |
+
label="Prompt",
|
| 70 |
+
show_label=False,
|
| 71 |
+
placeholder="Enter your prompt..",
|
| 72 |
+
max_lines=1,
|
| 73 |
+
container=False
|
| 74 |
+
)
|
| 75 |
+
btn = gr.Button("Generate", variant="primary")
|
|
|
|
| 76 |
|
| 77 |
with gr.Tab("⚙️ Settings"):
|
| 78 |
with gr.Row():
|