Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -191,7 +191,7 @@ with ui.navset_card_tab(id="tab"):
|
|
| 191 |
by_label = dict(zip(labels, handles))
|
| 192 |
#ax.legend(by_label.values(), by_label.keys())
|
| 193 |
|
| 194 |
-
ax.set_title("Sub-specie")
|
| 195 |
|
| 196 |
return ax
|
| 197 |
|
|
|
|
| 191 |
by_label = dict(zip(labels, handles))
|
| 192 |
#ax.legend(by_label.values(), by_label.keys())
|
| 193 |
|
| 194 |
+
ax.set_title("Sub-specie")
|
| 195 |
|
| 196 |
return ax
|
| 197 |
|