Spaces:
Running
Running
Lev McKinney
commited on
Commit
·
c89c0b9
1
Parent(s):
cbc388d
added step to slider
Browse files
app.py
CHANGED
|
@@ -80,7 +80,7 @@ with gr.Blocks() as iface:
|
|
| 80 |
label="Select Statistic",
|
| 81 |
)
|
| 82 |
token_cutoff = gr.Slider(
|
| 83 |
-
maximum=20, minimum=2, value=10, label="Token Cut Off"
|
| 84 |
)
|
| 85 |
examine_btn = gr.Button(value="Examine")
|
| 86 |
plot = gr.Plot()
|
|
|
|
| 80 |
label="Select Statistic",
|
| 81 |
)
|
| 82 |
token_cutoff = gr.Slider(
|
| 83 |
+
maximum=20, minimum=2, value=10, step=1, label="Token Cut Off"
|
| 84 |
)
|
| 85 |
examine_btn = gr.Button(value="Examine")
|
| 86 |
plot = gr.Plot()
|