3 Commits
1.0.0 ... 1.0.1

Author SHA1 Message Date
479dcce9ff RELEASE 1.0.1 2024-03-12 21:38:19 +01:00
f55307f228 correct docker start command 2024-03-12 21:23:02 +01:00
319da2dc31 minor set develop version after release 2024-03-12 21:11:40 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -16,4 +16,4 @@ RUN rm requirements.txt
# command to run on container start
ENTRYPOINT ["streamlit", "run"]
CMD ["start_page.py"]
CMD ["start_app.py"]

View File

@@ -17,7 +17,7 @@ from request_load_estimator import RequestLoadEstimator
# --------------------------------------- #
MODULE_LOGGER_HEAD = "start_app -> "
APP_VERSION = "1.0.0"
APP_VERSION = "1.0.1"
APP_NAME = "Service Request Complexity Estimator"
st.set_page_config(page_title="Service Request Complexity Estimator", page_icon="📊", layout="wide")