Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -90,7 +90,7 @@ with ui.navset_card_tab(id="tab"):
|
|
90 |
ax = sns.histplot(data=df, x='charts', hue='organism_name', stat='density')
|
91 |
ax.set_title("Distribution")
|
92 |
ax.set_xlabel("Distance from mean")
|
93 |
-
ax.set_ylabel("
|
94 |
return ax
|
95 |
|
96 |
with ui.nav_panel("Viral Microstructure"):
|
|
|
90 |
ax = sns.histplot(data=df, x='charts', hue='organism_name', stat='density')
|
91 |
ax.set_title("Distribution")
|
92 |
ax.set_xlabel("Distance from mean")
|
93 |
+
ax.set_ylabel("Density")
|
94 |
return ax
|
95 |
|
96 |
with ui.nav_panel("Viral Microstructure"):
|