Hack90 commited on
Commit
bbf0f7d
1 Parent(s): 4b6240f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("Count")
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"):