dayuian commited on
Commit
eea8700
·
verified ·
1 Parent(s): 7b56b37

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ with gr.Blocks(css="""
72
 
73
  with gr.Group(elem_id="card-group"):
74
  word_input = gr.Textbox(label="輸入單字", visible=True)
75
- num_input = gr.Slider(minimum=1, maximum=10,value=5,label="抽取單字數量")
76
  source_dropdown = gr.Dropdown(
77
  choices=get_sources(),
78
  value="common3000",
 
72
 
73
  with gr.Group(elem_id="card-group"):
74
  word_input = gr.Textbox(label="輸入單字", visible=True)
75
+ num_input = gr.Slider(minimum=1, maximum=10,value=5,step=1,label="抽取單字數量")
76
  source_dropdown = gr.Dropdown(
77
  choices=get_sources(),
78
  value="common3000",