Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|