danieldux commited on
Commit
8f86dcf
·
1 Parent(s): f175190

Update description in launch_gradio_widget function

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -50,8 +50,8 @@ def launch_gradio_widget(metric, test_cases):
50
  outputs=gr.outputs.Textbox(label=metric.name),
51
  description=(
52
  metric.info.description
53
- + "\nIf this is a text-based metric, make sure to wrap you input in double quotes."
54
- " Alternatively you can use a JSON-formatted list as input."
55
  ),
56
  title=f"Metric: {metric.name}",
57
  article=parse_readme(local_path / "README.md"),
 
50
  outputs=gr.outputs.Textbox(label=metric.name),
51
  description=(
52
  metric.info.description
53
+ + "\nISCO codes must be wrapped in double quotes."
54
+ # " Alternatively you can use a JSON-formatted list as input."
55
  ),
56
  title=f"Metric: {metric.name}",
57
  article=parse_readme(local_path / "README.md"),