Subbu1304 commited on
Commit
826de07
·
verified ·
1 Parent(s): 8d83f5a

Rename templates to templates/index.html

Browse files
Files changed (2) hide show
  1. templates +0 -0
  2. templates/index.html +13 -0
templates DELETED
File without changes
templates/index.html ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Voice Assistant</title>
7
+ <script src="{{ url_for('static', filename='script.js') }}"></script>
8
+ </head>
9
+ <body>
10
+ <h1>Say "Hi Biriyani Hub" to Activate</h1>
11
+ <p id="status">Listening for wake word...</p>
12
+ </body>
13
+ </html>