Commit
·
93cc6de
1
Parent(s):
8ef4b48
Fix lines in readme
Browse files
README.md
CHANGED
|
@@ -9,6 +9,7 @@ pinned: false
|
|
| 9 |
---
|
| 10 |
|
| 11 |
# Configuration
|
|
|
|
| 12 |
`title`: _string_
|
| 13 |
Display title for the Space
|
| 14 |
|
|
@@ -26,10 +27,9 @@ Can be either `gradio` or `streamlit`
|
|
| 26 |
|
| 27 |
`sdk_version` : _string_
|
| 28 |
Only applicable for `streamlit` SDK.
|
| 29 |
-
|
| 30 |
See [doc](https://hf.co/docs/hub/spaces) for more info on supported versions.
|
| 31 |
-
`app_file`: _string_
|
| 32 |
|
|
|
|
| 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.
|
| 35 |
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
# Configuration
|
| 12 |
+
|
| 13 |
`title`: _string_
|
| 14 |
Display title for the Space
|
| 15 |
|
|
|
|
| 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.
|
| 35 |
|