Rules99/Bioinformatics_Project
2
1---2title: Bioinfo's Project3emoji: 🧬4colorFrom: red5colorTo: yellow6sdk: streamlit7app_file: app.py8pinned: false9---10# Configuration11`title`: _string_ 12Display title for the Space13`emoji`: _string_ 14Space emoji (emoji-only character allowed)15`colorFrom`: _string_ 16Color for Thumbnail gradient (red, yellow, green, blue, indigo, purple, pink, gray)17`colorTo`: _string_ 18Color for Thumbnail gradient (red, yellow, green, blue, indigo, purple, pink, gray)19`sdk`: _string_ 20Can be either `gradio` or `streamlit`21`sdk_version` : _string_ 22Only applicable for `streamlit` SDK. 23See [doc](https://hf.co/docs/hub/spaces) for more info on supported versions.24`app_file`: _string_ 25Path to your main application file (which contains either `gradio` or `streamlit` Python code). 26Path is relative to the root of the repository.27`pinned`: _boolean_ 28Whether the Space stays on top of your list.