Spaces:
Running
Running
Add attributions, tags, and description in README
Browse files
README.md
CHANGED
@@ -1,17 +1,27 @@
|
|
1 |
-
|
2 |
---
|
3 |
-
tags:
|
4 |
-
|
5 |
-
|
6 |
-
|
|
|
|
|
|
|
|
|
7 |
sdk: gradio
|
8 |
sdk_version: 3.23.0
|
9 |
app_file: app.py
|
10 |
pinned: false
|
11 |
license: apache-2.0
|
12 |
---
|
13 |
-
# xkcd
|
14 |
## Description
|
15 |
-
|
|
|
|
|
|
|
16 |
## Contributions
|
17 |
Thanks to [@gstaff](https://huggingface.co/gstaff) for adding this gradio theme!
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
tags:
|
3 |
+
- gradio-theme
|
4 |
+
- track-1
|
5 |
+
- track-4
|
6 |
+
title: xkcd Gradio Theme
|
7 |
+
emoji: π
|
8 |
+
colorFrom: gray
|
9 |
+
colorTo: gray
|
10 |
sdk: gradio
|
11 |
sdk_version: 3.23.0
|
12 |
app_file: app.py
|
13 |
pinned: false
|
14 |
license: apache-2.0
|
15 |
---
|
16 |
+
# xkcd Gradio Theme
|
17 |
## Description
|
18 |
+
A simple monochrome theme using the font of the famous [xkcd comics](https://xkcd.com/) by Randall Munroe!
|
19 |
+
|
20 |
+
Gives a playful and creative look to your designs. Suitable for apps of romance, sarcasm, math, and language.
|
21 |
+
|
22 |
## Contributions
|
23 |
Thanks to [@gstaff](https://huggingface.co/gstaff) for adding this gradio theme!
|
24 |
+
|
25 |
+
The font used here is provided by the [iPython team](https://github.com/ipython/xkcd-font).
|
26 |
+
|
27 |
+
Credit and thanks to them for making it available under a [Creative Commons Attribution-NonCommercial 3.0 License](https://github.com/ipython/xkcd-font/blob/master/LICENSE).
|