Fix Space card color
Browse files
README.md
CHANGED
@@ -3,8 +3,8 @@ tags:
|
|
3 |
- gradio-theme
|
4 |
title: theme
|
5 |
emoji: 🎨
|
6 |
-
colorFrom:
|
7 |
-
colorTo:
|
8 |
sdk: gradio
|
9 |
sdk_version: 3.25.0
|
10 |
app_file: app.py
|
@@ -12,6 +12,7 @@ pinned: true
|
|
12 |
license: apache-2.0
|
13 |
---
|
14 |
# theme
|
|
|
15 |
## Description
|
16 |
|
17 |
Space theme with Nota branding color(s); Built with gradio theme builder.
|
@@ -30,6 +31,5 @@ THEME_NOTA = gr.themes.Base(
|
|
30 |
)
|
31 |
```
|
32 |
|
33 |
-
|
34 |
## Contributions
|
35 |
Thanks to [@deepkyu](https://huggingface.co/deepkyu) for adding this gradio theme!
|
|
|
3 |
- gradio-theme
|
4 |
title: theme
|
5 |
emoji: 🎨
|
6 |
+
colorFrom: gray
|
7 |
+
colorTo: gray
|
8 |
sdk: gradio
|
9 |
sdk_version: 3.25.0
|
10 |
app_file: app.py
|
|
|
12 |
license: apache-2.0
|
13 |
---
|
14 |
# theme
|
15 |
+
|
16 |
## Description
|
17 |
|
18 |
Space theme with Nota branding color(s); Built with gradio theme builder.
|
|
|
31 |
)
|
32 |
```
|
33 |
|
|
|
34 |
## Contributions
|
35 |
Thanks to [@deepkyu](https://huggingface.co/deepkyu) for adding this gradio theme!
|