yourusername commited on
Commit
07eebf0
β€’
1 Parent(s): 9b51db9

:memo: add README.md

Browse files
Files changed (1) hide show
  1. README.md +45 -2
README.md CHANGED
@@ -1,2 +1,45 @@
1
- # datasets-tool-metrics
2
- Developing tools to automatically analyze datasets
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: DataMeasurementsTool
3
+ emoji: πŸ€—
4
+ colorFrom: indigo
5
+ colorTo: red
6
+ sdk: streamlit
7
+ sdk_version: 1.0.0
8
+ app_file: app.py
9
+ pinned: false
10
+ ---
11
+
12
+ # Data Measurements Tool
13
+
14
+ 🚧 Doing Construction - Link Below Not Synced Yet 🚧
15
+
16
+ [![](https://img.shields.io/badge/version-1.0.0-green.svg)](
17
+ [![Generic badge](https://img.shields.io/badge/πŸ€—-Open%20In%20Spaces-blue.svg)](https://huggingface.co/spaces/huggingface/data-measurements-tool)
18
+
19
+ # Configuration
20
+
21
+ `title`: _string_
22
+ Display title for the Space
23
+
24
+ `emoji`: _string_
25
+ Space emoji (emoji-only character allowed)
26
+
27
+ `colorFrom`: _string_
28
+ Color for Thumbnail gradient (red, yellow, green, blue, indigo, purple, pink, gray)
29
+
30
+ `colorTo`: _string_
31
+ Color for Thumbnail gradient (red, yellow, green, blue, indigo, purple, pink, gray)
32
+
33
+ `sdk`: _string_
34
+ Can be either `gradio` or `streamlit`
35
+
36
+ `sdk_version` : `1.0.0`
37
+ Only applicable for `streamlit` SDK.
38
+ See [doc](https://hf.co/docs/hub/spaces) for more info on supported versions.
39
+
40
+ `app_file`: _string_
41
+ Path to your main application file (which contains either `gradio` or `streamlit` Python code).
42
+ Path is relative to the root of the repository.
43
+
44
+ `pinned`: _boolean_
45
+ Whether the Space stays on top of your list.