otokunaga2 commited on
Commit
4db338e
•
1 Parent(s): 6e73a0a

Update README.md

Browse files

Tags should be array according to the following error on the screen.
> YAML Metadata Error: "tags" must be an array

So I suggest to fix this issue.

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- tags: autonlp
3
  language: ja
4
  widget:
5
  - text: "I love AutoNLP 🤗"
1
  ---
2
+ tags: [autonlp]
3
  language: ja
4
  widget:
5
  - text: "I love AutoNLP 🤗"