Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Neagoie authored and Andrei Neagoie committed Aug 30, 2023
1 parent 61e3b29 commit 4cb87df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -36,7 +36,7 @@ class App extends Component {
input: '',
imageUrl: '',
box: {},
route: 'home',
route: 'signin',
isSignedIn: false,
user: {
id: '',
Expand Down

0 comments on commit 4cb87df

Please sign in to comment.