From 4cb87df7e94ceb5024bce1dcb9115bd4421f1297 Mon Sep 17 00:00:00 2001 From: Andrei Neagoie Date: Wed, 30 Aug 2023 12:17:40 -0400 Subject: [PATCH] update --- src/App.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.js b/src/App.js index bf0a3441..8d5268d0 100644 --- a/src/App.js +++ b/src/App.js @@ -13,7 +13,7 @@ import './App.css'; //You must add your own API key here from Clarifai. const app = new Clarifai.App({ - apiKey: 'e2fb89963b30494794bbc5598035f138' + apiKey: 'YOUR API KEY HERE' }); // No Longer need this. Updated to particles-bg @@ -36,7 +36,7 @@ class App extends Component { input: '', imageUrl: '', box: {}, - route: 'home', + route: 'signin', isSignedIn: false, user: { id: '',