PRIYANSHUDHAKED commited on
Commit
e8190f1
·
verified ·
1 Parent(s): a911413

Create app.json

Browse files
Files changed (1) hide show
  1. app.json +4 -0
app.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "sdk": "fastapi",
3
+ "entrypoint": "main.py"
4
+ }