wikisummarizer / README.md
Anirban Saha
Added Application Code
ac2ef7e

A newer version of the Streamlit SDK is available: 1.57.0

Upgrade
metadata
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 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.