Spaces:
Sleeping
Sleeping
Update templates/index.html
Browse files- templates/index.html +2 -1
templates/index.html
CHANGED
@@ -5,7 +5,8 @@
|
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
6 |
<title>Voice Age & Gender Predictor</title>
|
7 |
<link rel="stylesheet" href="{{ request.url_for('static', path='styles.css') }}" />
|
8 |
-
<script src="
|
|
|
9 |
</head>
|
10 |
<body>
|
11 |
|
|
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
6 |
<title>Voice Age & Gender Predictor</title>
|
7 |
<link rel="stylesheet" href="{{ request.url_for('static', path='styles.css') }}" />
|
8 |
+
<script src="{{ request.url_for('static', filename='script.js') }}"></script>
|
9 |
+
|
10 |
</head>
|
11 |
<body>
|
12 |
|