CoolFace
Apppublic

blacksquadece/Knowledge_graph_MachineLearning

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes
README.md40 linesDownload Raw Back to root
1---2title: RE:Belle3emoji: ๐ŸŒ4colorFrom: red5colorTo: blue6sdk: streamlit7sdk_version: 1.2.08app_file: app.py9pinned: false10 11---12 13# Configuration14 15`title`: _string_16Display title for the Space17 18`emoji`: _string_19Space emoji (emoji-only character allowed)20 21`colorFrom`: _string_22Color for Thumbnail gradient (red, yellow, green, blue, indigo, purple, pink, gray)23 24`colorTo`: _string_25Color for Thumbnail gradient (red, yellow, green, blue, indigo, purple, pink, gray)26 27`sdk`: _string_28Can be either `gradio`, `streamlit`, or `static`29 30`sdk_version` : _string_31Only applicable for `streamlit` SDK.32See [doc](https://hf.co/docs/hub/spaces) for more info on supported versions.33 34`app_file`: _string_35Path to your main application file (which contains either `gradio` or `streamlit` Python code, or `static` html code).36Path is relative to the root of the repository.37 38`pinned`: _boolean_39Whether the Space stays on top of your list.40