Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
·
89233f9
1
Parent(s):
f3bd1e0
update issue text
Browse files
app.py
CHANGED
|
@@ -278,7 +278,7 @@ def create_discussion_text_body(dataset_id, new_models, users_to_notify):
|
|
| 278 |
f"[{dataset_id}](https://huggingface.co/datasets/{dataset_id})"
|
| 279 |
)
|
| 280 |
description = (
|
| 281 |
-
f"Hey {usernames_string}! Librarian
|
| 282 |
f" {dataset_id_markdown_url} dataset!\n\n"
|
| 283 |
)
|
| 284 |
description += f"New model trained on {dataset_id}:\n"
|
|
@@ -287,6 +287,8 @@ def create_discussion_text_body(dataset_id, new_models, users_to_notify):
|
|
| 287 |
]
|
| 288 |
markdown_list = "\n".join(markdown_items)
|
| 289 |
description += markdown_list
|
|
|
|
|
|
|
| 290 |
return description
|
| 291 |
|
| 292 |
|
|
|
|
| 278 |
f"[{dataset_id}](https://huggingface.co/datasets/{dataset_id})"
|
| 279 |
)
|
| 280 |
description = (
|
| 281 |
+
f"Hey {usernames_string}! Librarian Bot found new models trained on the"
|
| 282 |
f" {dataset_id_markdown_url} dataset!\n\n"
|
| 283 |
)
|
| 284 |
description += f"New model trained on {dataset_id}:\n"
|
|
|
|
| 287 |
]
|
| 288 |
markdown_list = "\n".join(markdown_items)
|
| 289 |
description += markdown_list
|
| 290 |
+
description += """\n\n This discussion was created by the [Dataset to Model Monitor](https://huggingface.co/spaces/librarian-bots/dataset-to-model-monitor) Space.
|
| 291 |
+
You can modify your alerts using this Space."""
|
| 292 |
return description
|
| 293 |
|
| 294 |
|