Spaces:
Sleeping
Sleeping
Commit
·
b88647e
1
Parent(s):
079a08e
Patch typo
Browse files- pages/predict.py +1 -1
pages/predict.py
CHANGED
|
@@ -178,7 +178,7 @@ with st.spinner('Computing predictions...'):
|
|
| 178 |
# NODE SEARCH
|
| 179 |
|
| 180 |
# Use multiselect to search for specific nodes
|
| 181 |
-
selected_nodes = st.multiselect(f"Search for specific {
|
| 182 |
display_data.Name, placeholder = "Type to search...")
|
| 183 |
|
| 184 |
# Filter nodes
|
|
|
|
| 178 |
# NODE SEARCH
|
| 179 |
|
| 180 |
# Use multiselect to search for specific nodes
|
| 181 |
+
selected_nodes = st.multiselect(f"Search for specific {target_node_type.replace('_', ' ')} nodes to determine their ranking.",
|
| 182 |
display_data.Name, placeholder = "Type to search...")
|
| 183 |
|
| 184 |
# Filter nodes
|