ennov8ion commited on
Commit
6027478
·
verified ·
1 Parent(s): a495433

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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. beautiful beach", lines=1)
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():