inoki-giskard commited on
Commit
053c12c
1 Parent(s): 53fe897

Improve wording in model validation button

Browse files
Files changed (1) hide show
  1. app_text_classification.py +1 -1
app_text_classification.py CHANGED
@@ -45,7 +45,7 @@ def get_demo():
45
 
46
  with gr.Row():
47
  example_btn = gr.Button(
48
- "Auto-align Columns & Get Sample Prediction",
49
  visible=True,
50
  variant="primary",
51
  interactive=False,
 
45
 
46
  with gr.Row():
47
  example_btn = gr.Button(
48
+ "Validate model & dataset",
49
  visible=True,
50
  variant="primary",
51
  interactive=False,