Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
ac7edf1
1
Parent(s):
a7254a9
Update settings text
Browse files
app.py
CHANGED
@@ -615,7 +615,7 @@ def _create_gradio_interface():
|
|
615 |
calculate_modified_cosine = gr.Checkbox(
|
616 |
label="Calculate modified cosine similarity",
|
617 |
value=False,
|
618 |
-
info="Enable to also calculate traditional modified cosine similarity scores (a bit slower)"
|
619 |
)
|
620 |
|
621 |
# Prediction button
|
|
|
615 |
calculate_modified_cosine = gr.Checkbox(
|
616 |
label="Calculate modified cosine similarity",
|
617 |
value=False,
|
618 |
+
info="Enable to also calculate traditional modified cosine similarity scores between the input spectra and library hits (a bit slower)"
|
619 |
)
|
620 |
|
621 |
# Prediction button
|