lmy0802 commited on
Commit
8e00b8a
·
verified ·
1 Parent(s): b6dac2a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -339,7 +339,7 @@ with gr.Blocks() as iface:
339
 
340
  with gr.Column():
341
  # gr.Markdown("<div class='markdown-class'>Choose Subsets </div>")
342
- num_parts_dropdown = gr.Dropdown(choices=[3, 4, 5, 6, 7, 8], label="Choose the Number of Subsets",value="")
343
 
344
  with gr.Row():
345
  with gr.Column():
 
339
 
340
  with gr.Column():
341
  # gr.Markdown("<div class='markdown-class'>Choose Subsets </div>")
342
+ num_parts_dropdown = gr.Dropdown(choices=[0,3, 4, 5, 6, 7, 8], label="Choose the Number of Subsets",value="")
343
 
344
  with gr.Row():
345
  with gr.Column():