CoolFace
Apppublic

AVAIYA/google-news

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