Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
80f3c49
1
Parent(s):
f0fc1ac
Update app.py
Browse files
app.py
CHANGED
@@ -204,7 +204,7 @@ with gr.Blocks(css=css) as demo:
|
|
204 |
equal = gr.HTML("=", elem_classes="plus_button")
|
205 |
shuffle_button = gr.Button("🎲 reroll", elem_id="reroll_button")
|
206 |
with gr.Column(min_width=10, scale=14):
|
207 |
-
with gr.
|
208 |
with gr.Row(elem_id="prompt_area"):
|
209 |
prompt = gr.Textbox(label="Your prompt", info="Rearrange the trigger words into a coherent prompt", show_label=False, interactive=True, elem_id="prompt")
|
210 |
run_btn = gr.Button("Run", elem_id="run_button")
|
|
|
204 |
equal = gr.HTML("=", elem_classes="plus_button")
|
205 |
shuffle_button = gr.Button("🎲 reroll", elem_id="reroll_button")
|
206 |
with gr.Column(min_width=10, scale=14):
|
207 |
+
with gr.Group(elem_id="generate_area"):
|
208 |
with gr.Row(elem_id="prompt_area"):
|
209 |
prompt = gr.Textbox(label="Your prompt", info="Rearrange the trigger words into a coherent prompt", show_label=False, interactive=True, elem_id="prompt")
|
210 |
run_btn = gr.Button("Run", elem_id="run_button")
|