Spaces:
Sleeping
Sleeping
Commit
·
4588fcc
1
Parent(s):
5c689d0
fix text
Browse files
app.py
CHANGED
@@ -122,12 +122,12 @@ with gr.Blocks() as demo:
|
|
122 |
"""
|
123 |
gr.HTML(value=html_code)
|
124 |
|
125 |
-
gr.Markdown("-
|
126 |
with gr.Row():
|
127 |
with gr.Column():
|
128 |
-
min_num_examples_input = gr.Slider(min_num_examples, max_num_examples, min_num_examples, step=1, label="Min
|
129 |
with gr.Column():
|
130 |
-
max_num_examples_input = gr.Slider(min_num_examples, max_num_examples, max_num_examples, step=1, label="Max
|
131 |
|
132 |
gr.Markdown("- Null count range")
|
133 |
with gr.Row():
|
|
|
122 |
"""
|
123 |
gr.HTML(value=html_code)
|
124 |
|
125 |
+
gr.Markdown("- Number of examples range")
|
126 |
with gr.Row():
|
127 |
with gr.Column():
|
128 |
+
min_num_examples_input = gr.Slider(min_num_examples, max_num_examples, min_num_examples, step=1, label="Min num examples value")
|
129 |
with gr.Column():
|
130 |
+
max_num_examples_input = gr.Slider(min_num_examples, max_num_examples, max_num_examples, step=1, label="Max num examples value")
|
131 |
|
132 |
gr.Markdown("- Null count range")
|
133 |
with gr.Row():
|