wikisummarizer / README.md
Anirban Saha
Added Application Code
ac2ef7e
---
title: Wikisummarizer
emoji: ๐Ÿ‘
colorFrom: pink
colorTo: blue
sdk: streamlit
app_file: app.py
pinned: false
---
# Configuration
`title`: `Wikisummarizer`
Display title for the Space
`emoji`: _string_
Space emoji (emoji-only character allowed)
`colorFrom`: `indigo`
Color for Thumbnail gradient (red, yellow, green, blue, indigo, purple, pink, gray)
`colorTo`: `pink`
Color for Thumbnail gradient (red, yellow, green, blue, indigo, purple, pink, gray)
`sdk`: `streamlit`
Can be either `gradio` or `streamlit`
`sdk_version` : _string_
Only applicable for `streamlit` SDK.
See [doc](https://hf.co/docs/hub/spaces) for more info on supported versions.
`app_file`: `app.py`
Path to your main application file (which contains either `gradio` or `streamlit` Python code).
Path is relative to the root of the repository.
`pinned`: `True`
Whether the Space stays on top of your list.