Upload 2 files
Browse files- app.cfg +2 -0
- runtime.txt +1 -0
app.cfg
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
[app]
|
2 |
+
entrypoint = app:app
|
runtime.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
python-3.10
|