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 4defffe commit a88f27fCopy full SHA for a88f27f
src/App.jsx
@@ -427,7 +427,7 @@ export default function DeepLabCNN() {
427
<div className="bg-blue-600 p-1.5 rounded-lg">
428
<Microscope className="w-5 h-5 text-white" />
429
</div>
430
- <h1 className="font-bold text-lg tracking-tight">DeepLab <span className="font-normal text-slate-500">v1.0</span></h1>
+ <h1 className="font-bold text-lg tracking-tight">DeepLab <span className="font-normal text-slate-500">v1.0 by Simon</span></h1>
431
432
433
<div className="flex-1 flex items-center justify-end gap-6 text-sm shrink-0">
0 commit comments