Update app.py
Browse files
app.py
CHANGED
@@ -89,7 +89,7 @@ def autoplay_audio(audio_content):
|
|
89 |
"""
|
90 |
st.markdown(md, unsafe_allow_html=True)
|
91 |
|
92 |
-
def generate_voice_response(text, simulate=
|
93 |
"""Generate voice response using ElevenLabs API"""
|
94 |
if simulate:
|
95 |
return None
|
|
|
89 |
"""
|
90 |
st.markdown(md, unsafe_allow_html=True)
|
91 |
|
92 |
+
def generate_voice_response(text, simulate=False):
|
93 |
"""Generate voice response using ElevenLabs API"""
|
94 |
if simulate:
|
95 |
return None
|