yzhouchen001 commited on
Commit
25e6fe3
·
1 Parent(s): 2f83037

pair clarification

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ We have two models trained on the [MassSpecGym](https://github.com/pluskal-lab/M
49
  2. **Select a model** from the dropdown.
50
 
51
  3. **Click “Run Prediction”** to start processing.
52
- ⚠️ **Note:** For fair usage, the web app limits computation to **1,000 pairs**. Each pair consists of one spectrum and one candidate molecule.
53
 
54
  4. After processing, you’ll receive a downloadable **CSV file** with your results.
55
 
 
49
  2. **Select a model** from the dropdown.
50
 
51
  3. **Click “Run Prediction”** to start processing.
52
+ ⚠️ **Note:** For fair usage, the web app limits computation to **1,000 pairs**. Each pair consists of one spectrum and one candidate molecule. For example, if you have 1 spectrum and 5 candidates, that counts as 5 pairs.
53
 
54
  4. After processing, you’ll receive a downloadable **CSV file** with your results.
55