Skip to content

Commit

Permalink
view real datasets and neurons number
Browse files Browse the repository at this point in the history
  • Loading branch information
Salam-Dalloul committed Dec 24, 2024
1 parent 50f419f commit 4bb244f
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,12 @@ function AppLauncher() {
About Nemanode
</Button>
</Box>
<Chip icon={<BarChart />} label="40 datasets, 302 neurons" variant="outlined" className="basic" />
<Chip
icon={<BarChart />}
label={`${TEMPLATE_ACTIVE_DATASETS.length} datasets, ${neuronNames.length} neurons`}
variant="outlined"
className="basic"
/>
</Toolbar>
</AppBar>
<Box className="MuiBox-container">
Expand Down

0 comments on commit 4bb244f

Please sign in to comment.