simonduerr commited on
Commit
5c00c6f
·
1 Parent(s): 59f3816

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -118,7 +118,7 @@ def process_and_create_pull(icon_files,category, new_cateogry_check, new_categor
118
 
119
  <span class="sr-only">Success</span>
120
  <div>
121
- <span class="font-medium">Thank you!</span> Your pull request for the submitted illustrations has been submitted on GitHub. You can track your submission on Github at <br> <a class="text-green-400 text-lg hover:underline" href="{pull.html_url}">{pull.html_url}</a>.
122
  </div>
123
  </div>
124
  """
 
118
 
119
  <span class="sr-only">Success</span>
120
  <div>
121
+ <span class="font-medium">Thank you!</span> Your pull request for the submitted illustrations has been submitted on GitHub. You can track your submission on Github at <br> <a class="text-green-400 text-lg hover:underline" target="_blank" href="{pull.html_url}">{pull.html_url}</a>.
122
  </div>
123
  </div>
124
  """