Linoy Tsaban commited on
Commit
c271f72
1 Parent(s): 7db29b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -241,10 +241,10 @@ with gr.Blocks(css='style.css') as demo:
241
 
242
  with gr.Row():
243
  tar_prompt = gr.Textbox(lines=1, label="Target Prompt", interactive=True, placeholder="")
244
- with gr.Accordion("SEGA Concepts", open=False):
245
- with gr.Column(scale=1, min_width=100):
246
- edit_concept = gr.Textbox(lines=1, label="SEGA Edit Concepts", visible = True, interactive=True)
247
- # with gr.Column(scale=1, min_width=100):
248
 
249
 
250
  with gr.Row():
 
241
 
242
  with gr.Row():
243
  tar_prompt = gr.Textbox(lines=1, label="Target Prompt", interactive=True, placeholder="")
244
+ edit_concept = gr.Textbox(lines=1, label="SEGA Edit Concepts", visible = True, interactive=True)
245
+ with gr.Accordion("SEGA Concepts", open=False, visible=False):
246
+ with gr.Column(scale=1):
247
+
248
 
249
 
250
  with gr.Row():