Spaces:
Runtime error
Runtime error
fixing the vercel conf
Browse files- vercel.json +1 -1
vercel.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"builds": [
|
3 |
{
|
4 |
-
"src": "
|
5 |
"use": "@vercel/python"
|
6 |
}
|
7 |
],
|
|
|
1 |
{
|
2 |
"builds": [
|
3 |
{
|
4 |
+
"src": "app.py",
|
5 |
"use": "@vercel/python"
|
6 |
}
|
7 |
],
|