Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ with gr.Blocks(css=css) as sim:
|
|
19 |
with gr.Row():
|
20 |
gr.HTML("""""")
|
21 |
with gr.Row():
|
22 |
-
inputtext = gr.Textbox(label="Prompt Idea", placeholder="Eg.
|
23 |
genbut = gr.Button("Generate Prompts")
|
24 |
runbut = gr.Button("Generate Images", variant="primary")
|
25 |
with gr.Row():
|
|
|
19 |
with gr.Row():
|
20 |
gr.HTML("""""")
|
21 |
with gr.Row():
|
22 |
+
inputtext = gr.Textbox(label="Prompt Idea", placeholder="Eg. Beautiful beach", lines=1)
|
23 |
genbut = gr.Button("Generate Prompts")
|
24 |
runbut = gr.Button("Generate Images", variant="primary")
|
25 |
with gr.Row():
|