Spaces:
Runtime error
Runtime error
Commit
·
6d7b6d8
1
Parent(s):
91175ef
Updated Readme with details
Browse files
README.md
CHANGED
@@ -1,17 +1,24 @@
|
|
1 |
-
|
2 |
---
|
3 |
-
tags:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
title: minimalist
|
5 |
-
colorFrom:
|
6 |
-
colorTo:
|
7 |
sdk: gradio
|
8 |
sdk_version: 3.24.0
|
9 |
app_file: app.py
|
10 |
-
pinned:
|
11 |
license: apache-2.0
|
|
|
12 |
---
|
13 |
# minimalist
|
14 |
## Description
|
15 |
-
|
16 |
## Contributions
|
17 |
-
Thanks to [@sudeepshouche](https://huggingface.co/sudeepshouche) for adding this gradio theme!
|
|
|
|
|
1 |
---
|
2 |
+
tags:
|
3 |
+
- gradio
|
4 |
+
- gradio-theme
|
5 |
+
- minimalist
|
6 |
+
- minimalist-theme
|
7 |
+
- minimal-theme
|
8 |
+
- basic-theme
|
9 |
+
- custom-gradio-theme
|
10 |
title: minimalist
|
11 |
+
colorFrom: blue
|
12 |
+
colorTo: gray
|
13 |
sdk: gradio
|
14 |
sdk_version: 3.24.0
|
15 |
app_file: app.py
|
16 |
+
pinned: true
|
17 |
license: apache-2.0
|
18 |
+
emoji: ⚡
|
19 |
---
|
20 |
# minimalist
|
21 |
## Description
|
22 |
+
A minimalist theme for Gradio Apps
|
23 |
## Contributions
|
24 |
+
Thanks to [@sudeepshouche](https://huggingface.co/sudeepshouche) for adding this gradio theme!
|