Wauplin HF staff commited on
Commit
cf9ae66
·
1 Parent(s): e50abbc
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -214,19 +214,19 @@ Following the creation of this PR, an ephemeral Space [{ci_space_id}](https://hu
214
 
215
  If your Space requires configuration (secrets or upgraded hardware), you must duplicate the ephemeral Space to your account and configure the settings by yourself. You are responsible of making sure that the changes introduced in the PR are not harmful (leak secrets, run malicious scripts,...).
216
 
217
- (This is an automated message. To disable me, please unregister using [this form](https://huggingface.co/spaces/spaces-ci-bot/webhook))
218
  """
219
 
220
  NOTIFICATION_TEMPLATE_UPDATE = """\
221
  Following new commits that happened in this PR, the ephemeral Space [{ci_space_id}](https://huggingface.co/spaces/{ci_space_id}) has been updated.
222
 
223
- (This is an automated message. To disable me, please unregister using [this form](https://huggingface.co/spaces/spaces-ci-bot/webhook))
224
  """
225
 
226
  NOTIFICATION_TEMPLATE_DELETE = """\
227
  PR is now merged/closed. The ephemeral Space has been deleted.
228
 
229
- (This is an automated message. To disable me, please unregister using [this form](https://huggingface.co/spaces/spaces-ci-bot/webhook))
230
  """
231
 
232
 
 
214
 
215
  If your Space requires configuration (secrets or upgraded hardware), you must duplicate the ephemeral Space to your account and configure the settings by yourself. You are responsible of making sure that the changes introduced in the PR are not harmful (leak secrets, run malicious scripts,...).
216
 
217
+ (This is an automated message. To disable me, please unregister using [this form](https://huggingface.co/spaces/spaces-ci-bot/webhook).)
218
  """
219
 
220
  NOTIFICATION_TEMPLATE_UPDATE = """\
221
  Following new commits that happened in this PR, the ephemeral Space [{ci_space_id}](https://huggingface.co/spaces/{ci_space_id}) has been updated.
222
 
223
+ (This is an automated message. To disable me, please unregister using [this form](https://huggingface.co/spaces/spaces-ci-bot/webhook).)
224
  """
225
 
226
  NOTIFICATION_TEMPLATE_DELETE = """\
227
  PR is now merged/closed. The ephemeral Space has been deleted.
228
 
229
+ (This is an automated message. To disable me, please unregister using [this form](https://huggingface.co/spaces/spaces-ci-bot/webhook).)
230
  """
231
 
232