fix readme
Browse files
README.md
CHANGED
|
@@ -5,6 +5,6 @@ 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:
|
| 9 |
pinned: false # Leave as false unless you want to pin the Space
|
| 10 |
---
|
|
|
|
| 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: api.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 |
---
|