Spaces:
Running
Running
Update templates/interface.html
Browse files- templates/interface.html +1 -1
templates/interface.html
CHANGED
@@ -10,7 +10,7 @@
|
|
10 |
<body>
|
11 |
|
12 |
|
13 |
-
<form method="post" action="/
|
14 |
<div>
|
15 |
<label for="text_input">Text to synthesize:</label>
|
16 |
<input type="text" id="text_input" name="text_input" placeholder="Enter your text here">
|
|
|
10 |
<body>
|
11 |
|
12 |
|
13 |
+
<form method="post" action="/">
|
14 |
<div>
|
15 |
<label for="text_input">Text to synthesize:</label>
|
16 |
<input type="text" id="text_input" name="text_input" placeholder="Enter your text here">
|