davanstrien HF staff commited on
Commit
13c4458
·
1 Parent(s): a638b78

improve message

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -182,8 +182,8 @@ How did we find this information? We performed a regular expression match on you
182
 
183
  For a hands-on example of how such metadata can play a pivotal role in mapping model connections, take a look at [librarian-bots/base_model_explorer](https://huggingface.co/spaces/librarian-bots/base_model_explorer).
184
 
185
- This PR comes courtesy of [Librarian Bot](https://huggingface.co/librarian-bot) by request of [{opened_by}](https://huggingface.co/{opened_by})."""
186
-
187
 
188
  def update_metadata(metadata_payload: Dict[str, str], user_making_request=None):
189
  metadata_payload["opened_pr"] = False
@@ -250,6 +250,8 @@ def open_prs(profile: gr.OAuthProfile | None, user_or_org: str = None):
250
 
251
 
252
  # description_text = """
 
 
253
  # ## Welcome to the Librarian Bot Metadata Request Service
254
 
255
  # ⭐ The Librarian Bot Metadata Request Service allows you to request metadata updates for your models on the Hugging Face Hub. ⭐
 
182
 
183
  For a hands-on example of how such metadata can play a pivotal role in mapping model connections, take a look at [librarian-bots/base_model_explorer](https://huggingface.co/spaces/librarian-bots/base_model_explorer).
184
 
185
+ This PR was requested via the [Librarian Bot](https://huggingface.co/librarian-bot) [metadata request service](https://huggingface.co/spaces/librarian-bots/metadata_request_service) by request of [{opened_by}](https://huggingface.co/{opened_by})
186
+ """
187
 
188
  def update_metadata(metadata_payload: Dict[str, str], user_making_request=None):
189
  metadata_payload["opened_pr"] = False
 
250
 
251
 
252
  # description_text = """
253
+
254
+
255
  # ## Welcome to the Librarian Bot Metadata Request Service
256
 
257
  # ⭐ The Librarian Bot Metadata Request Service allows you to request metadata updates for your models on the Hugging Face Hub. ⭐