Spaces:
Running
Running
Update app.py
Browse files
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'
|
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(
|