mirror of
https://github.com/Ladebeze66/projetcbaollm.git
synced 2025-12-18 20:07:50 +01:00
19 lines
344 B
Python
19 lines
344 B
Python
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!
|
|
"""
|