ishaq101 commited on
Commit
e8a3055
·
1 Parent(s): 478dec6

update readme.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -1,3 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ## Schemas
2
  ```plain
3
  1. Build Schema
 
1
+ ---
2
+ title: {{title}}
3
+ emoji: {{emoji}}
4
+ colorFrom: {{colorFrom}}
5
+ colorTo: {{colorTo}}
6
+ sdk: {{sdk}}
7
+ sdk_version: "{{sdkVersion}}"
8
+ {{#pythonVersion}}
9
+ python_version: "{{pythonVersion}}"
10
+ {{/pythonVersion}}
11
+ app_file: main.py
12
+ pinned: false
13
+ ---
14
+
15
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
16
+
17
  ## Schemas
18
  ```plain
19
  1. Build Schema