Skip to content

Files

Latest commit

NimaBoscarinostevhliuosansevieromishig25cbensimon
Jun 1, 2022
929d86a · Jun 1, 2022

History

History
17 lines (14 loc) · 505 Bytes

spaces-settings.md

File metadata and controls

17 lines (14 loc) · 505 Bytes

Spaces Settings

You can configure your Space's appearance and other settings inside the YAML block at the top of the README.md file at the root of the repository. For example, if you want to create a Space with Gradio named Demo Space with a yellow to orange gradient thumbnail:

---
title: Demo Space
emoji: 🤗
colorFrom: yellow
colorTo: orange
sdk: gradio
app_file: app.py
pinned: false
---

For additional settings, refer to the Reference section.