polinaeterna commited on
Commit
906b0be
·
verified ·
1 Parent(s): 12a4d67

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(placeholder=20, 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)
 
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)