Spaces:
No application file
No application file
Commit
·
de8ea48
1
Parent(s):
4014343
README.md
CHANGED
@@ -1 +1,10 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
title: My FastAPI App # Replace with your app's title
|
3 |
+
emoji: 🚀 # Choose an emoji representing your app
|
4 |
+
colorFrom: blue # Choose a color gradient start
|
5 |
+
colorTo: green # Choose a color gradient end
|
6 |
+
sdk: docker # For FastAPI, using Docker as SDK is recommended
|
7 |
+
sdk_version: '1.0' # SDK version for Docker, can be left as '1.0'
|
8 |
+
app_file: main.py # The main file of your FastAPI app
|
9 |
+
pinned: false # Set to true if you want to pin the app to the top
|
10 |
+
---
|