fix readme
Browse files
README.md
CHANGED
@@ -1 +1,10 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
title: Your Space Title # Replace with the name of your Space
|
3 |
+
emoji: 🚀 # Choose an emoji to represent your Space
|
4 |
+
colorFrom: blue # Starting color for gradient
|
5 |
+
colorTo: green # Ending color for gradient
|
6 |
+
sdk: docker # Use "docker" for backend API Space, or "streamlit" for frontend Space
|
7 |
+
sdk_version: "1.0" # Leave this as is
|
8 |
+
app_file: app.py # Specify your main app file (e.g., api.py or user_interface.py)
|
9 |
+
pinned: false # Leave as false unless you want to pin the Space
|
10 |
+
---
|