Spaces:
Sleeping
Sleeping
Update src/about.py
Browse files- src/about.py +1 -1
src/about.py
CHANGED
@@ -93,7 +93,7 @@ Submit your own representation models and compare their performance across these
|
|
93 |
|
94 |
If you find PROBE useful, please consider citing our work."""
|
95 |
|
96 |
-
similarity_tasks_options = ["
|
97 |
function_prediction_aspect_options = ["MF", "BP", "CC", "All_Aspects"]
|
98 |
function_prediction_dataset_options = ["High", "Middle", "Low", "All_Data_Sets"]
|
99 |
family_prediction_dataset_options = ["nc", "uc50", "uc30", "mm15"]
|
|
|
93 |
|
94 |
If you find PROBE useful, please consider citing our work."""
|
95 |
|
96 |
+
similarity_tasks_options = ["sparse", "200", "500"]
|
97 |
function_prediction_aspect_options = ["MF", "BP", "CC", "All_Aspects"]
|
98 |
function_prediction_dataset_options = ["High", "Middle", "Low", "All_Data_Sets"]
|
99 |
family_prediction_dataset_options = ["nc", "uc50", "uc30", "mm15"]
|