Spaces:
Running
Running
Update app.py
Browse files
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",
|