Spaces:
Running
Running
inoki-giskard
commited on
Commit
•
053c12c
1
Parent(s):
53fe897
Improve wording in model validation button
Browse files
app_text_classification.py
CHANGED
@@ -45,7 +45,7 @@ def get_demo():
|
|
45 |
|
46 |
with gr.Row():
|
47 |
example_btn = gr.Button(
|
48 |
-
"
|
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,
|