diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..85d9160 --- /dev/null +++ b/Procfile @@ -0,0 +1,2 @@ +web: voila --port=$PORT --no-browser --Voila.ip=0.0.0.0 dashboard/quickstart_voila.ipynb + diff --git a/runtime.txt b/runtime.txt new file mode 100644 index 0000000..73e24dc --- /dev/null +++ b/runtime.txt @@ -0,0 +1 @@ +python-3.10.4