Spaces:
Running
Running
Update templates/interface.html
Browse files- templates/interface.html +1 -1
templates/interface.html
CHANGED
@@ -13,7 +13,7 @@
|
|
13 |
<form method="post" action="/" onsubmit="showLoadingMessage()">
|
14 |
<div>
|
15 |
<label for="text_input">Text to synthesize:</label>
|
16 |
-
<textarea id="text_input" name="text_input"
|
17 |
|
18 |
</div>
|
19 |
<div>
|
|
|
13 |
<form method="post" action="/" onsubmit="showLoadingMessage()">
|
14 |
<div>
|
15 |
<label for="text_input">Text to synthesize:</label>
|
16 |
+
<textarea id="text_input" name="text_input" rows="5" cols="50">{{ text_input }}</textarea>
|
17 |
|
18 |
</div>
|
19 |
<div>
|