Skip to content

Commit

Permalink
hotfix with comment explaining wtf to do
Browse files Browse the repository at this point in the history
  • Loading branch information
user04f8 committed Sep 30, 2024
1 parent ab47fa8 commit 441fd3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kmeans-viz/src/KMeansApp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const KMeansApp: React.FC = () => {
setPoints(newPoints);
initializeKMeans();
setIteration(0);
toast.info('New dataset generated.');
toast.info('New dataset generated. Hit Reset to reinitialize KMeans.');
};

const handleStep = () => {
Expand Down

0 comments on commit 441fd3f

Please sign in to comment.