diff --git a/poetry.lock b/poetry.lock index 741eb902..b6b88316 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.3.2 and should not be changed by hand. [[package]] name = "aiofiles" @@ -2983,7 +2983,7 @@ fqdn = {version = "*", optional = true, markers = "extra == \"format-nongpl\""} idna = {version = "*", optional = true, markers = "extra == \"format-nongpl\""} isoduration = {version = "*", optional = true, markers = "extra == \"format-nongpl\""} jsonpointer = {version = ">1.13", optional = true, markers = "extra == \"format-nongpl\""} -jsonschema-specifications = ">=2023.03.6" +jsonschema-specifications = ">=2023.3.6" referencing = ">=0.28.4" rfc3339-validator = {version = "*", optional = true, markers = "extra == \"format-nongpl\""} rfc3986-validator = {version = ">0.1.0", optional = true, markers = "extra == \"format-nongpl\""} @@ -5677,7 +5677,7 @@ files = [ [package.dependencies] latexcodec = ">=1.0.4" -PyYAML = ">=3.01" +PyYAML = ">=3.1" [package.extras] doc = ["sphinx"] @@ -6825,10 +6825,10 @@ files = [ ] [package.dependencies] -botocore = ">=1.37.4,<2.0a.0" +botocore = ">=1.37.4,<2.0a0" [package.extras] -crt = ["botocore[crt] (>=1.37.4,<2.0a.0)"] +crt = ["botocore[crt] (>=1.37.4,<2.0a0)"] [[package]] name = "scikit-image" @@ -8701,4 +8701,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.13" -content-hash = "a9ef837773a0e6ed4cd2702ef5542cef31d65a9bd5a5570bc119f31ee38a66ce" +content-hash = "6c109b434515b7d2221b8230e72a8370598f1849faa295aedb7608921dca8973" diff --git a/src/qe_input/pages/Intro.py b/src/qe_input/pages/Intro.py index 2d666ec5..9a327bdb 100644 --- a/src/qe_input/pages/Intro.py +++ b/src/qe_input/pages/Intro.py @@ -21,7 +21,7 @@ def next_step(): st.switch_page("pages/Deterministic_generator.py") # Intro page -st.write("# Welcome to QE input generator! 👋") +st.write("# Goldilocks: generation of input files for Quantum ESPRESSO with optimized k-meshes") st.markdown("This app will help you generate input files for Quantum Espresso calculations.") st.sidebar.success("Provide specifications and select a way to generate input")