sdk_version: 5.20.0
Browse files
README.md
CHANGED
@@ -5,7 +5,7 @@ colorFrom: yellow
|
|
5 |
colorTo: blue
|
6 |
sdk: gradio
|
7 |
app_file: app.py
|
8 |
-
sdk_version:
|
9 |
pinned: false
|
10 |
---
|
11 |
|
@@ -35,4 +35,4 @@ Path to your main application file (which contains either `gradio` or `streamlit
|
|
35 |
Path is relative to the root of the repository.
|
36 |
|
37 |
`pinned`: _boolean_
|
38 |
-
Whether the Space stays on top of your list.
|
|
|
5 |
colorTo: blue
|
6 |
sdk: gradio
|
7 |
app_file: app.py
|
8 |
+
sdk_version: 5.20.0
|
9 |
pinned: false
|
10 |
---
|
11 |
|
|
|
35 |
Path is relative to the root of the repository.
|
36 |
|
37 |
`pinned`: _boolean_
|
38 |
+
Whether the Space stays on top of your list.
|