my_gradio / gradio /themes /utils /readme_content.py
xray918's picture
Upload folder using huggingface_hub
0ad74ed verified
raw
history blame contribute delete
344 Bytes
README_CONTENT = """
---
tags: [gradio-theme]
title: {theme_name}
colorFrom: red
colorTo: purple
sdk: gradio
sdk_version: {gradio_version}
app_file: app.py
pinned: false
license: apache-2.0
---
# {theme_name}
## Description
{description}
## Contributions
Thanks to [@{author}](https://huggingface.co/{author}) for adding this gradio theme!
"""