Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -163,7 +163,7 @@ with gr.Blocks(css=css, theme=theme) as app:
|
|
163 |
with gr.Column(scale=4):
|
164 |
input_img = gr.Image(label="Input Picture",height=320, type="filepath")
|
165 |
|
166 |
-
with gr.Column(scale=3):
|
167 |
output_text = gr.Textbox(label="Flux Prompt", lines=2, scale=6, show_copy_button = True)
|
168 |
submit_btn = gr.Button(value="Generate Pompt", scale=4, variant='primary')
|
169 |
clear_prompt =gr.Button("Clear 🗑️",variant="primary", elem_id="clear_button")
|
|
|
163 |
with gr.Column(scale=4):
|
164 |
input_img = gr.Image(label="Input Picture",height=320, type="filepath")
|
165 |
|
166 |
+
with gr.Column(scale=3, min_width=300):
|
167 |
output_text = gr.Textbox(label="Flux Prompt", lines=2, scale=6, show_copy_button = True)
|
168 |
submit_btn = gr.Button(value="Generate Pompt", scale=4, variant='primary')
|
169 |
clear_prompt =gr.Button("Clear 🗑️",variant="primary", elem_id="clear_button")
|