MegaTronX/Subsystem_OS_Command_Access
0
1---2title: Subsystem OS Command_Access3emoji: ๐จ๐ปโ๐ป4colorFrom: red5colorTo: red6sdk: gradio7app_file: app.py8pinned: true9sdk_version: 5.12.010---11 12# Configuration13 14`title`: _string_15Display title for the Space16 17`emoji`: _string_18Space emoji (emoji-only character allowed)19 20`colorFrom`: _string_21Color for Thumbnail gradient (red, yellow, green, blue, indigo, purple, pink, gray)22 23`colorTo`: _string_24Color for Thumbnail gradient (red, yellow, green, blue, indigo, purple, pink, gray)25 26`sdk`: _string_27Can be either `gradio` or `streamlit`28 29`sdk_version` : _string_30Only applicable for `streamlit` SDK.31See [doc](https://hf.co/docs/hub/spaces) for more info on supported versions.32 33`app_file`: _string_34Path to your main application file (which contains either `gradio` or `streamlit` Python code).35Path is relative to the root of the repository.36 37`pinned`: _boolean_38Whether the Space stays on top of your list.