ayushnoori commited on
Commit
b88647e
·
1 Parent(s): 079a08e

Patch typo

Browse files
Files changed (1) hide show
  1. 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 {st.session_state.query['source_node_type'].replace('_', ' ')} nodes to determine their ranking.",
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