Spaces:
Build error
Build error
Update description in launch_gradio_widget function
Browse files
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 |
-
+ "\
|
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"),
|