lmy0802 commited on
Commit
5acdfc9
·
verified ·
1 Parent(s): 2d17a14

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")
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=[3, 4, 5, 6, 7, 8], label="Choose the Number of Subsets",value=None)
343
 
344
  with gr.Row():
345
  with gr.Column():