We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9207e3 commit 9a47413Copy full SHA for 9a47413
web/src/App.tsx
@@ -6,7 +6,7 @@ function App() {
6
return (
7
<Flex direction={'column'} align={'center'} style={{ height: '100vh' }}>
8
<Heading as='h1' size={'7'} style={{ padding: '4rem' }}>
9
- MNNIST Ineferance
+ MNIST Ineferance
10
</Heading>
11
<CanvasBoard />
12
</Flex>
0 commit comments