xinchen9 commited on
Commit
48b222f
1 Parent(s): e8f35b2

[Update]Change to Column on line 63

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ with gr.Blocks(css=custom_css) as demo:
60
 
61
 
62
  with gr.Row() as udiff:
63
- with gr.Row():
64
  drop = gr.Dropdown(["Object-Church", "Object-Parachute", "Object-Garbage","Style-Van Gogh",
65
  "Concept-Nudity", "Concept-Violence", "Illegal Activity", "None"],
66
  label="Unlearning undesirable")
 
60
 
61
 
62
  with gr.Row() as udiff:
63
+ with gr.Column():
64
  drop = gr.Dropdown(["Object-Church", "Object-Parachute", "Object-Garbage","Style-Van Gogh",
65
  "Concept-Nudity", "Concept-Violence", "Illegal Activity", "None"],
66
  label="Unlearning undesirable")