zinoubm commited on
Commit
431e150
·
1 Parent(s): 67a194b

fixing the vercel conf

Browse files
Files changed (1) hide show
  1. vercel.json +1 -1
vercel.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "builds": [
3
  {
4
- "src": "main.py",
5
  "use": "@vercel/python"
6
  }
7
  ],
 
1
  {
2
  "builds": [
3
  {
4
+ "src": "app.py",
5
  "use": "@vercel/python"
6
  }
7
  ],