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