CoolFace
Apppublic

BigSalmon/Static

sourceHugging Faceupdated 5y agoView on Hugging Face
0likes
README.md37 linesDownload Raw Back to root
1---2title: Static3emoji: 🦀4colorFrom: pink5colorTo: yellow6sdk: static7pinned: false8---9 10# Configuration11 12`title`: _string_13Display title for the Space14 15`emoji`: _string_16Space emoji (emoji-only character allowed)17 18`colorFrom`: _string_19Color for Thumbnail gradient (red, yellow, green, blue, indigo, purple, pink, gray)20 21`colorTo`: _string_22Color for Thumbnail gradient (red, yellow, green, blue, indigo, purple, pink, gray)23 24`sdk`: _string_25Can be either `gradio`, `streamlit`, or `static`26 27`sdk_version` : _string_28Only applicable for `streamlit` SDK.  29See [doc](https://hf.co/docs/hub/spaces) for more info on supported versions.30 31`app_file`: _string_32Path to your main application file (which contains either `gradio` or `streamlit` Python code, or `static` html code).33Path is relative to the root of the repository.34 35`pinned`: _boolean_36Whether the Space stays on top of your list.37