Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -117,9 +117,7 @@ def launch_bot():
|
|
| 117 |
# st.session_state.messages.append({"role": "user", "content": "Convert to Audio π"})
|
| 118 |
# with st.chat_message("user"):
|
| 119 |
# st.write("Convert to Audio π")
|
| 120 |
-
with st.expander(""
|
| 121 |
-
<b><font size='+2'>Convert to Audio π</font></b>
|
| 122 |
-
""", unsafe_allow_html=True):
|
| 123 |
sound_file = BytesIO()
|
| 124 |
tts = gTTS(response, lang='en')
|
| 125 |
tts.write_to_fp(sound_file)
|
|
|
|
| 117 |
# st.session_state.messages.append({"role": "user", "content": "Convert to Audio π"})
|
| 118 |
# with st.chat_message("user"):
|
| 119 |
# st.write("Convert to Audio π")
|
| 120 |
+
with st.expander("<b><font size='+2'>Convert to Audio π</font></b>", unsafe_allow_html=True):
|
|
|
|
|
|
|
| 121 |
sound_file = BytesIO()
|
| 122 |
tts = gTTS(response, lang='en')
|
| 123 |
tts.write_to_fp(sound_file)
|