Update README.md
Browse files
README.md
CHANGED
@@ -2,13 +2,20 @@
|
|
2 |
license: mit
|
3 |
---
|
4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
# Badges
|
6 |
|
7 |
A set of badges you can use anywhere. Just update the anchor url to point to the correct action for your Space.
|
8 |
|
9 |
## Deploy on Spaces
|
10 |
|
11 |
-
Large (height: 48px)
|
12 |
[![Deploy on Spaces](https://huggingface.co/datasets/huggingface/badges/raw/main/deploy-on-spaces-lg.svg)](https://huggingface.co/new-space)
|
13 |
[![Deploy on Spaces](https://huggingface.co/datasets/huggingface/badges/raw/main/deploy-on-spaces-lg-dark.svg)](https://huggingface.co/new-space)
|
14 |
|
|
|
2 |
license: mit
|
3 |
---
|
4 |
|
5 |
+
<style>
|
6 |
+
img {
|
7 |
+
display: inline;
|
8 |
+
margin: 0 6px;
|
9 |
+
}
|
10 |
+
</style>
|
11 |
+
|
12 |
# Badges
|
13 |
|
14 |
A set of badges you can use anywhere. Just update the anchor url to point to the correct action for your Space.
|
15 |
|
16 |
## Deploy on Spaces
|
17 |
|
18 |
+
Large (height: 48px)
|
19 |
[![Deploy on Spaces](https://huggingface.co/datasets/huggingface/badges/raw/main/deploy-on-spaces-lg.svg)](https://huggingface.co/new-space)
|
20 |
[![Deploy on Spaces](https://huggingface.co/datasets/huggingface/badges/raw/main/deploy-on-spaces-lg-dark.svg)](https://huggingface.co/new-space)
|
21 |
|