Spaces:
Running
Running
Update templates/interface.html
Browse files- templates/interface.html +1 -1
templates/interface.html
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<!DOCTYPE html>
|
2 |
<html>
|
3 |
<head>
|
4 |
-
<title>
|
5 |
<meta charset="UTF-8">
|
6 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
7 |
<link rel="stylesheet" href="/static/styles.css"> <!-- Link to your external CSS file -->
|
|
|
1 |
<!DOCTYPE html>
|
2 |
<html>
|
3 |
<head>
|
4 |
+
<title>Fast TTS</title>
|
5 |
<meta charset="UTF-8">
|
6 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
7 |
<link rel="stylesheet" href="/static/styles.css"> <!-- Link to your external CSS file -->
|