CoolFace
Apppublic

Danil/AnyNameHack

sourceHugging Faceupdated 5y agoView on Hugging Face
1likes
README.md53 linesDownload Raw Back to root
1---2title: AnyNameHack3emoji: 🔥4colorFrom: purple5colorTo: gray6sdk: streamlit7app_file: app.py8pinned: false9---10 11# Configuration12 13`title`: _string_  14Display title for the Space15 16 17`emoji`: _string_  18 19Space emoji (emoji-only character allowed)20 21 22`colorFrom`: _string_  23 24Color for Thumbnail gradient (red, yellow, green, blue, indigo, purple, pink, gray)25 26 27`colorTo`: _string_  28 29Color for Thumbnail gradient (red, yellow, green, blue, indigo, purple, pink, gray)30 31 32`sdk`: _string_  33 34Can be either `gradio` or `streamlit`35 36 37`sdk_version` : _string_  38 39Only applicable for `streamlit` SDK.  40 41See [doc](https://hf.co/docs/hub/spaces) for more info on supported versions.42 43 44`app_file`: _string_  45 46Path to your main application file (which contains either `gradio` or `streamlit` Python code).  47 48Path is relative to the root of the repository.49 50 51`pinned`: _boolean_  52 53Whether the Space stays on top of your list.