robocan commited on
Commit
3e8fcf7
1 Parent(s): 03ec0c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -98,7 +98,7 @@ def create_map_figure(predictions, cell_ids):
98
  fill='toself',
99
  fillcolor=color,
100
  line=dict(color='blue'),
101
- name=f'Cell ID: {cell_id}'
102
  ))
103
 
104
  fig.update_layout(
 
98
  fill='toself',
99
  fillcolor=color,
100
  line=dict(color='blue'),
101
+ name=f'Prediction {rank + 1}', # Updated label
102
  ))
103
 
104
  fig.update_layout(