davanstrien HF staff commited on
Commit
91fc616
Β·
1 Parent(s): 9348d85

draft README

Browse files
Files changed (1) hide show
  1. README.md +3 -7
README.md CHANGED
@@ -1,8 +1,8 @@
1
  ---
2
  title: British Library Books Genre Classifier
3
- emoji: πŸ’»
4
- colorFrom: purple
5
- colorTo: purple
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.