1 Commits

Author SHA1 Message Date
479dcce9ff RELEASE 1.0.1 2024-03-12 21:38:19 +01:00

View File

@@ -17,7 +17,7 @@ from request_load_estimator import RequestLoadEstimator
# --------------------------------------- #
MODULE_LOGGER_HEAD = "start_app -> "
APP_VERSION = "99.99.99"
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")