awacke1 commited on
Commit
daedcc7
·
verified ·
1 Parent(s): 43b193c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -101,7 +101,7 @@ def SpeechSynthesis(result):
101
  </body>
102
  </html>
103
  '''
104
- components.html(documentHTML5, width=1280, height=300)
105
 
106
  SpeechSynthesis(markdown)
107
 
 
101
  </body>
102
  </html>
103
  '''
104
+ st.components.v1.html(documentHTML5, width=1280, height=300)
105
 
106
  SpeechSynthesis(markdown)
107