Skip to content

Commit

Permalink
Changed Powered by Statement index.ejs
Browse files Browse the repository at this point in the history
The statement "Powered by Azure AI Cognitive Services" was changed to "Powered by Azure AI Custom Vision Service"
  • Loading branch information
tiprock-network committed Sep 16, 2023
1 parent 3528367 commit 1de15c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
<body>
<div class="container">
<h1>Image Discover</h1>
<center><div class="info normal"><img src="./images/azure-logo.png" alt="Microsoft Azure Logo">Powered by Azure AI Cognitive Services</div></center>
<center><div class="info normal"><img src="./images/azure-logo.png" alt="Microsoft Azure Logo">Powered by Azure AI Custom Vision Service</div></center>
</div>

<div class="container layout">
<button><a href="/create-train-project">Create New Project +</a></button>
<button><a href="/classify-image">Classify Picture</a></button>
</div>
</body>
</html>
</html>

0 comments on commit 1de15c1

Please sign in to comment.