Skip to content

Commit 7fff088

Browse files
committed
Update app
1 parent 7a2ecfc commit 7fff088

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

autoemx/web/app.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,10 @@ def _results_table(result: SpectrumFitResult):
104104

105105

106106
def main() -> None:
107-
st.set_page_config(page_title="AutoEMX spectrum fit", layout="wide")
107+
st.set_page_config(page_title="AutoEMX spectrum quantification", layout="wide")
108108
hosted = _is_hosted_demo()
109109

110-
st.title("AutoEMX spectrum fitting")
110+
st.title("AutoEMX spectrum quantification")
111111
st.caption(
112112
"Upload one or more EMSA spectra (``.msa``, ``.emsa``, ``.msg``), "
113113
"quantify them, then save the fitted spectrum as PNG and the composition as TXT."

0 commit comments

Comments
 (0)