hysts HF staff commited on
Commit
a826137
1 Parent(s): d0e4e3c

Add visitor badge

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ Related Apps:
38
  - [TADNE Image Selector](https://huggingface.co/spaces/hysts/TADNE-image-selector)
39
  - [TADNE Interpolation](https://huggingface.co/spaces/hysts/TADNE-interpolation)
40
  '''
41
- ARTICLE = None
42
 
43
  TOKEN = os.environ['TOKEN']
44
 
 
38
  - [TADNE Image Selector](https://huggingface.co/spaces/hysts/TADNE-image-selector)
39
  - [TADNE Interpolation](https://huggingface.co/spaces/hysts/TADNE-interpolation)
40
  '''
41
+ ARTICLE = '<center><img src="https://visitor-badge.glitch.me/badge?page_id=hysts.tadne-image-search-with-deepdanbooru" alt="visitor badge"/></center>'
42
 
43
  TOKEN = os.environ['TOKEN']
44