Commit
Β·
91fc616
1
Parent(s):
9348d85
draft README
Browse files
README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
---
|
| 2 |
title: British Library Books Genre Classifier
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
app_file: app.py
|
| 8 |
pinned: false
|
|
@@ -25,10 +25,6 @@ Color for Thumbnail gradient (red, yellow, green, blue, indigo, purple, pink, gr
|
|
| 25 |
`sdk`: _string_
|
| 26 |
Can be either `gradio` or `streamlit`
|
| 27 |
|
| 28 |
-
`sdk_version` : _string_
|
| 29 |
-
Only applicable for `streamlit` SDK.
|
| 30 |
-
See [doc](https://hf.co/docs/hub/spaces) for more info on supported versions.
|
| 31 |
-
|
| 32 |
`app_file`: _string_
|
| 33 |
Path to your main application file (which contains either `gradio` or `streamlit` Python code).
|
| 34 |
Path is relative to the root of the repository.
|
|
|
|
| 1 |
---
|
| 2 |
title: British Library Books Genre Classifier
|
| 3 |
+
emoji: π
|
| 4 |
+
colorFrom: red
|
| 5 |
+
colorTo: blue
|
| 6 |
sdk: gradio
|
| 7 |
app_file: app.py
|
| 8 |
pinned: false
|
|
|
|
| 25 |
`sdk`: _string_
|
| 26 |
Can be either `gradio` or `streamlit`
|
| 27 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
`app_file`: _string_
|
| 29 |
Path to your main application file (which contains either `gradio` or `streamlit` Python code).
|
| 30 |
Path is relative to the root of the repository.
|