From bba887b8cbc4bc0f11647f3865e47620ae3a5afe Mon Sep 17 00:00:00 2001 From: Alexandros Sigaras Date: Tue, 10 Aug 2021 09:50:05 -0400 Subject: [PATCH] CSE-1246 --- README.md | 2 +- src/api/app.py | 1 + src/api/version.py | 2 +- src/static/index.html | 2 +- src/static/login.html | 2 +- 5 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index afe6c17..c38b34a 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ https://doi.org/10.1038/s41746-019-0096-y Classify IVF images in real time. -[![Actions Status](https://github.com/eipm/stork/workflows/Docker/badge.svg)](https://github.com/eipm/stork/actions) [![Github](https://img.shields.io/badge/github-1.2.0-green?style=flat&logo=github)](https://github.com/eipm/stork) [![EIPM Docker Hub](https://img.shields.io/badge/EIPM%20docker%20hub-1.2.0-blue?style=flat&logo=docker)](https://hub.docker.com/repository/docker/eipm/stork) [![GitHub Container Registry](https://img.shields.io/badge/GitHub%20Container%20Registry-1.2.0-blue?style=flat&logo=docker)](https://github.com/orgs/eipm/packages/container/package/stork) [![Python 2.7](https://img.shields.io/badge/python-2.7-blue.svg)](https://www.python.org/downloads/release/python-360/) [![Python 3.6](https://img.shields.io/badge/python-3.6-blue.svg)](https://www.python.org/downloads/release/python-360/) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) +[![Actions Status](https://github.com/eipm/stork/workflows/Docker/badge.svg)](https://github.com/eipm/stork/actions) [![Github](https://img.shields.io/badge/github-1.2.1-green?style=flat&logo=github)](https://github.com/eipm/stork) [![EIPM Docker Hub](https://img.shields.io/badge/EIPM%20docker%20hub-1.2.1-blue?style=flat&logo=docker)](https://hub.docker.com/repository/docker/eipm/stork) [![GitHub Container Registry](https://img.shields.io/badge/GitHub%20Container%20Registry-1.2.1-blue?style=flat&logo=docker)](https://github.com/orgs/eipm/packages/container/package/stork) [![Python 2.7](https://img.shields.io/badge/python-2.7-blue.svg)](https://www.python.org/downloads/release/python-360/) [![Python 3.6](https://img.shields.io/badge/python-3.6-blue.svg)](https://www.python.org/downloads/release/python-360/) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) ## Run Stork diff --git a/src/api/app.py b/src/api/app.py index bec9249..fafe096 100644 --- a/src/api/app.py +++ b/src/api/app.py @@ -27,6 +27,7 @@ app.config['UPLOAD_DIR'] = UPLOAD_DIR app.config['SECRET_KEY'] = 'secret_key' app.config['CORS_HEADERS'] = 'Content-Type' +app.config['MAX_CONTENT_LENGTH'] = 100 * 1000 * 1000 CORS(app) users_dict = literal_eval(os.environ['USERS_DICT']) diff --git a/src/api/version.py b/src/api/version.py index fa7867e..2e20151 100644 --- a/src/api/version.py +++ b/src/api/version.py @@ -1,4 +1,4 @@ -version = '1.2.0' +version = '1.2.1' def api_version(): return version \ No newline at end of file diff --git a/src/static/index.html b/src/static/index.html index a8d1fb2..9a30422 100644 --- a/src/static/index.html +++ b/src/static/index.html @@ -55,7 +55,7 @@ diff --git a/src/static/login.html b/src/static/login.html index bc6e74b..4c8ff48 100644 --- a/src/static/login.html +++ b/src/static/login.html @@ -41,7 +41,7 @@
Log in