Skip to content

Commit 6475ae5

Browse files
authored
Update index.html
1 parent 12a799f commit 6475ae5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta name="description" content="This is the frontend for hw2, a AI photo album.">
8-
<title>AI Photo Search</title>
8+
<title>AI Photo Search Demo</title>
99
<!-- api gateway generated sdk -->
1010
<script src="./assets/js/sdk/lib/axios/dist/axios.standalone.js"></script>
1111
<script src="./assets/js/sdk/lib/CryptoJS/rollups/hmac-sha256.js"></script>
@@ -49,4 +49,4 @@ <h2>Upload image</h2>
4949
<script src="./assets/js/album.js"></script>
5050
<script src="./assets/js/voice.js"></script>
5151
</body>
52-
</html>
52+
</html>

0 commit comments

Comments
 (0)