xinchen9 commited on
Commit
52f7b0f
1 Parent(s): be74510

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ with gr.Blocks(css=custom_css) as demo:
79
  step=1, label="Attack Steps", info="Choose between 0 and 100",
80
  interactive=True,)
81
  with gr.Row() as attack:
82
- with gr.Column(min_width=320):
83
  text_input = gr.Textbox(label="Input Prompt")
84
  img1 = gr.Image("images/cheetah.jpg",label="Image")
85
  with gr.Column():
 
79
  step=1, label="Attack Steps", info="Choose between 0 and 100",
80
  interactive=True,)
81
  with gr.Row() as attack:
82
+ with gr.Row():
83
  text_input = gr.Textbox(label="Input Prompt")
84
  img1 = gr.Image("images/cheetah.jpg",label="Image")
85
  with gr.Column():