julien-c HF staff commited on
Commit
2c25481
1 Parent(s): 822bcff
Files changed (1) hide show
  1. README.md +27 -25
README.md CHANGED
@@ -1,34 +1,36 @@
1
- # Web 3.1
2
- Recreating Windows 3.1 design elements in HTML, JS & CSS for no reason
 
 
 
 
 
 
3
 
4
- ## Why?
5
 
6
- Boredom
 
7
 
8
- ## Can I Use This?
 
9
 
10
- Sure
 
11
 
12
- ## Can I Contribute to This?
 
13
 
14
- Sure
 
15
 
16
- ## Can I Claim I Wrote This?
 
 
17
 
18
- Sure (my code is released into the Public Domain)
 
 
19
 
20
- ## Can it run DOOM?
21
-
22
- Yes
23
-
24
- ## Is this all your work?
25
-
26
- HTML, CSS and JS are mine.
27
-
28
- I have also included (with many thanks):
29
-
30
- * Some [Windows 3.1 Icons](https://github.com/mRB0/many-windows-3.1-icons-in-png-format)
31
- * [W95FA font](https://fontsarena.com/w95fa-by-fontsarena/)
32
- * [Less Perfect DOS VGA font](https://laemeur.sdf.org/fonts/)
33
-
34
- The software also loads jQuery, jQuery UI, jQuery UI Touch Punch, JS-DOS and DOOM from 3rd party CDNs
 
1
+ ---
2
+ title: Windows3.1
3
+ emoji: 🤓
4
+ colorFrom: indigo
5
+ colorTo: purple
6
+ sdk: static
7
+ pinned: false
8
+ ---
9
 
10
+ # Configuration
11
 
12
+ `title`: _string_
13
+ Display title for the Space
14
 
15
+ `emoji`: _string_
16
+ Space emoji (emoji-only character allowed)
17
 
18
+ `colorFrom`: _string_
19
+ Color for Thumbnail gradient (red, yellow, green, blue, indigo, purple, pink, gray)
20
 
21
+ `colorTo`: _string_
22
+ Color for Thumbnail gradient (red, yellow, green, blue, indigo, purple, pink, gray)
23
 
24
+ `sdk`: _string_
25
+ Can be either `gradio`, `streamlit`, or `static`
26
 
27
+ `sdk_version` : _string_
28
+ Only applicable for `streamlit` SDK.
29
+ See [doc](https://hf.co/docs/hub/spaces) for more info on supported versions.
30
 
31
+ `app_file`: _string_
32
+ Path to your main application file (which contains either `gradio` or `streamlit` Python code, or `static` html code).
33
+ Path is relative to the root of the repository.
34
 
35
+ `pinned`: _boolean_
36
+ Whether the Space stays on top of your list.