Go to file
2023-12-12 09:34:43 +01:00
static Updated index page + Added about and result pages 2023-12-05 15:26:57 +01:00
templates Updated +- button before expanding Advanced settings 2023-12-12 09:34:43 +01:00
.gitignore Updated index page + Added about and result pages 2023-12-05 15:26:57 +01:00
app.py Updated Dockerfile 2023-12-06 16:35:15 +01:00
Dockerfile Updated Dockerfile 2023-12-06 16:35:15 +01:00
gui.py Initial commit 2023-10-04 17:24:40 +02:00
LICENSE Added licence 2023-12-06 16:38:40 +01:00
README.md Added licence 2023-12-06 16:38:40 +01:00
requirements.txt Updated index page + Added about and result pages 2023-12-05 15:26:57 +01:00
setup.py Updated index page + Added about and result pages 2023-12-05 15:26:57 +01:00

docker build -t my-flask-app . docker run -p 8080:8080 my-flask-app