Catherine ZHOU commited on
Commit
89c8ebd
·
1 Parent(s): 1a51248

make buttoms into two columns

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -216,7 +216,7 @@ with gr.Blocks(title="Text to Image using CLIP Model 📸") as demo:
216
  ], multiselect=False,
217
  label="How relevent is this image?"
218
  )
219
- with gr.Column():
220
  save_btn = gr.Button(
221
  "Save after you select the relevance of each image")
222
  save_all_btn = gr.Button("I'm finished!")
 
216
  ], multiselect=False,
217
  label="How relevent is this image?"
218
  )
219
+ with gr.Row():
220
  save_btn = gr.Button(
221
  "Save after you select the relevance of each image")
222
  save_all_btn = gr.Button("I'm finished!")