CoolFace
Apppublic

prateekagrawal/roberta-testing

sourceHugging Faceupdated 5y agoView on Hugging Face
1likes
README.md34 linesDownload Raw Back to root
1---2title: Roberta Hindi3emoji: ๐Ÿ“š4colorFrom: green5colorTo: gray6sdk: 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`app_file`: _string_  29Path to your main application file (which contains either `gradio` or `streamlit` Python code).  30Path is relative to the root of the repository.31 32`pinned`: _boolean_  33Whether the Space stays on top of your list.34