Compare commits
2 Commits
1.0.0
...
f55307f228
| Author | SHA1 | Date | |
|---|---|---|---|
| f55307f228 | |||
| 319da2dc31 |
@@ -16,4 +16,4 @@ RUN rm requirements.txt
|
|||||||
# command to run on container start
|
# command to run on container start
|
||||||
ENTRYPOINT ["streamlit", "run"]
|
ENTRYPOINT ["streamlit", "run"]
|
||||||
|
|
||||||
CMD ["start_page.py"]
|
CMD ["start_app.py"]
|
||||||
@@ -17,7 +17,7 @@ from request_load_estimator import RequestLoadEstimator
|
|||||||
# --------------------------------------- #
|
# --------------------------------------- #
|
||||||
MODULE_LOGGER_HEAD = "start_app -> "
|
MODULE_LOGGER_HEAD = "start_app -> "
|
||||||
|
|
||||||
APP_VERSION = "1.0.0"
|
APP_VERSION = "99.99.99"
|
||||||
APP_NAME = "Service Request Complexity Estimator"
|
APP_NAME = "Service Request Complexity Estimator"
|
||||||
|
|
||||||
st.set_page_config(page_title="Service Request Complexity Estimator", page_icon="📊", layout="wide")
|
st.set_page_config(page_title="Service Request Complexity Estimator", page_icon="📊", layout="wide")
|
||||||
|
|||||||
Reference in New Issue
Block a user