awacke1 commited on
Commit
3461dfe
1 Parent(s): bc22cbf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -36,9 +36,7 @@ def generate_html_with_textarea(text_to_speak):
36
  </head>
37
  <body>
38
  <h1>🔊 Read It Aloud</h1>
39
- <textarea id="textArea" rows="10" cols="80">
40
- {text_to_speak}
41
- </textarea>
42
  <br>
43
  <button onclick="readAloud()">🔊 Read Aloud</button>
44
  </body>
 
36
  </head>
37
  <body>
38
  <h1>🔊 Read It Aloud</h1>
39
+ <textarea id="textArea" rows="10" cols="80">{text_to_speak}</textarea>
 
 
40
  <br>
41
  <button onclick="readAloud()">🔊 Read Aloud</button>
42
  </body>