awacke1 commited on
Commit
47fdd3a
1 Parent(s): 94c522f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -180,7 +180,7 @@ def SpeechSynthesis(result):
180
  </html>
181
  '''
182
 
183
- components.html(documentHTML5, width=1280, height=1024)
184
  #return result
185
 
186
 
 
180
  </html>
181
  '''
182
 
183
+ components.html(documentHTML5, width=1280, height=500)
184
  #return result
185
 
186