Spaces:
Running
Running
Update templates/index.html
Browse files- templates/index.html +2 -2
templates/index.html
CHANGED
@@ -6,8 +6,8 @@
|
|
6 |
<title>JustTalk - Voice Analysis</title>
|
7 |
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
|
8 |
<script src="https://cdn.tailwindcss.com"></script>
|
9 |
-
<link rel="stylesheet" type="text/css" href="menu.css" />
|
10 |
-
<link rel="stylesheet" type="text/css" href="main.css" />
|
11 |
<script src="https://use.fontawesome.com/releases/v5.10.0/js/all.js"></script>
|
12 |
<style>
|
13 |
/* Custom Chart.js Styles */
|
|
|
6 |
<title>JustTalk - Voice Analysis</title>
|
7 |
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
|
8 |
<script src="https://cdn.tailwindcss.com"></script>
|
9 |
+
<link rel="stylesheet" type="text/css" href="./menu.css" />
|
10 |
+
<link rel="stylesheet" type="text/css" href="./main.css" />
|
11 |
<script src="https://use.fontawesome.com/releases/v5.10.0/js/all.js"></script>
|
12 |
<style>
|
13 |
/* Custom Chart.js Styles */
|