Albert Villanova del Moral commited on
Commit
3db054b
1 Parent(s): 9ea7705

Add status badge for continuous deployment (#26)

Browse files

* Add status badge for continuous deployment

* Add deploy workflow link to status badge image

Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -8,7 +8,9 @@ app_file: tagging_app.py
8
  pinned: false
9
  ---
10
 
11
- # datasets-tagging
 
 
12
  A Streamlit app to add structured tags to a dataset card.
13
  Available online [here!](https://huggingface.co/spaces/huggingface/datasets-tagging)
14
 
8
  pinned: false
9
  ---
10
 
11
+ [![deploy](https://github.com/huggingface/datasets-tagging/actions/workflows/deploy.yml/badge.svg)](https://github.com/huggingface/datasets-tagging/actions/workflows/deploy.yml)
12
+
13
+ # 🤗 Datasets Tagging
14
  A Streamlit app to add structured tags to a dataset card.
15
  Available online [here!](https://huggingface.co/spaces/huggingface/datasets-tagging)
16