geethareddy commited on
Commit
66e5ea3
·
verified ·
1 Parent(s): 3fac271

Update templates/index.html

Browse files
Files changed (1) hide show
  1. 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>🍽️ AI Dining Assistant</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>