diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 86a7667..6f88379 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -2327,5 +2327,11 @@ export const svgs: iSVG[] = [ category: 'Framework', route: '/library/elysiajs.svg', url: 'https://elysiajs.com/' + }, + { + title: 'TensorFlow', + category: 'Library', + route: '/library/tensorflow.svg', + url: 'https://www.tensorflow.org/' } ]; diff --git a/static/library/tensorflow.svg b/static/library/tensorflow.svg new file mode 100644 index 0000000..3f2e9b9 --- /dev/null +++ b/static/library/tensorflow.svg @@ -0,0 +1 @@ + \ No newline at end of file