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

[Update]Change back to Row

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.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")
 
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")