yzhouchen001 commited on
Commit
cb1f3fc
·
1 Parent(s): 28267e0
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -13,7 +13,7 @@ from app_utils.model_utils import load_model_components
13
 
14
  st.set_page_config(page_title="Spectra Tool Demo", layout="wide")
15
 
16
- st.title("Spectra Visualization Tool")
17
 
18
  st.markdown("Provide inputs below or load one of the example datasets.")
19
 
@@ -143,7 +143,6 @@ if st.button("Run"):
143
  # Display visualization
144
  # ------------------------
145
  if st.session_state.run_clicked:
146
- st.subheader("Peak-to-Node Similarity")
147
  st.text("Only annotated peaks are shown. Peaks assigned the same subformula are combined by summing all the intensities and the smallest m/z value is shown.")
148
  st.text("Double click on a peak or node to visualize similarity scores")
149
 
 
13
 
14
  st.set_page_config(page_title="Spectra Tool Demo", layout="wide")
15
 
16
+ st.title("FLARE Peak-to-Node Alignement Visualization")
17
 
18
  st.markdown("Provide inputs below or load one of the example datasets.")
19
 
 
143
  # Display visualization
144
  # ------------------------
145
  if st.session_state.run_clicked:
 
146
  st.text("Only annotated peaks are shown. Peaks assigned the same subformula are combined by summing all the intensities and the smallest m/z value is shown.")
147
  st.text("Double click on a peak or node to visualize similarity scores")
148