Spaces:
Runtime error
Runtime error
Update templates/index.html
Browse files- templates/index.html +1 -1
templates/index.html
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
<link rel="stylesheet" href="{{ url_for('static', filename='styles.css') }}">
|
8 |
</head>
|
9 |
<body>
|
10 |
-
<h1>🍽️
|
11 |
<img src="{{ url_for('static', filename='mic.png') }}" id="mic-button" onclick="recordAudio()" alt="Mic Button">
|
12 |
<p id="status">Press the mic button to start...</p>
|
13 |
<audio id="audio-player" controls></audio>
|
|
|
7 |
<link rel="stylesheet" href="{{ url_for('static', filename='styles.css') }}">
|
8 |
</head>
|
9 |
<body>
|
10 |
+
<h1>🍽️ Biryani Hub</h1>
|
11 |
<img src="{{ url_for('static', filename='mic.png') }}" id="mic-button" onclick="recordAudio()" alt="Mic Button">
|
12 |
<p id="status">Press the mic button to start...</p>
|
13 |
<audio id="audio-player" controls></audio>
|