CoolFace
Apppublic

chicham/query_analysis

sourceHugging Faceupdated 5y agoView on Hugging Face
2likes
README.md40 linesDownload Raw Back to root
1---2title: Query_analysis3emoji: ๐Ÿ‘€4colorFrom: purple5colorTo: blue6sdk: gradio7app_file: app.py8pinned: false9---10 11# Configuration12 13[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/chicham/query_analysis/main.svg)](https://results.pre-commit.ci/latest/github/chicham/query_analysis/main)14 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` or `streamlit`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).36Path is relative to the root of the repository.37 38`pinned`: _boolean_39Whether the Space stays on top of your list.40