Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -78,7 +78,7 @@ with gr.Blocks() as demo:
|
|
78 |
"""
|
79 |
return gr.HTML(value=html_code)
|
80 |
text_column = gr.Textbox(placeholder="text", label="Text colum name to check (data must be non-nested, raw texts!)")
|
81 |
-
n_samples = gr.Number(
|
82 |
gr_check_btn = gr.Button("Check Dataset")
|
83 |
# plot = gr.BarPlot()
|
84 |
df = gr.DataFrame(visible=False)
|
|
|
78 |
"""
|
79 |
return gr.HTML(value=html_code)
|
80 |
text_column = gr.Textbox(placeholder="text", label="Text colum name to check (data must be non-nested, raw texts!)")
|
81 |
+
n_samples = gr.Number(label="Num first samples to run check")
|
82 |
gr_check_btn = gr.Button("Check Dataset")
|
83 |
# plot = gr.BarPlot()
|
84 |
df = gr.DataFrame(visible=False)
|