Spaces:
Sleeping
Sleeping
Update static/index.html
Browse files- static/index.html +13 -19
static/index.html
CHANGED
@@ -1,24 +1,18 @@
|
|
1 |
<!DOCTYPE html>
|
2 |
-
<html
|
3 |
<head>
|
4 |
-
<
|
5 |
-
<
|
6 |
-
<title>Viazi Lishe Expert</title>
|
7 |
-
<link rel="stylesheet" href="style.css">
|
8 |
</head>
|
9 |
<body>
|
10 |
-
<
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
<audio controls class="response-audio"></audio>
|
20 |
-
</section>
|
21 |
-
</main>
|
22 |
-
<script src="script.js"></script>
|
23 |
</body>
|
24 |
-
</html>
|
|
|
1 |
<!DOCTYPE html>
|
2 |
+
<html>
|
3 |
<head>
|
4 |
+
<title>Viazi Lishe Mtaalamu</title>
|
5 |
+
<link rel="stylesheet" href="{{ url_for('static', path='/styles.css') }}">
|
|
|
|
|
6 |
</head>
|
7 |
<body>
|
8 |
+
<h1>Uliza Mtaalamu wetu swali lolote Kuhusu viazi Lishe</h1>
|
9 |
+
<div id="chat-container">
|
10 |
+
<!-- Chat messages will be dynamically added here -->
|
11 |
+
</div>
|
12 |
+
<div>
|
13 |
+
<button id="record-btn">Bonyeza kitufe cha kurekodi na uliza swali lako</button>
|
14 |
+
<audio id="audio-player" controls style="display: none;"></audio>
|
15 |
+
</div>
|
16 |
+
<script src="{{ url_for('static', path='/script.js') }}"></script>
|
|
|
|
|
|
|
|
|
17 |
</body>
|
18 |
+
</html>
|