Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ st.write(slider_reply)
|
|
9 |
|
10 |
prompt = st.chat_input("Say something")
|
11 |
if prompt:
|
12 |
-
st.write(prompt
|
13 |
with st.popover("Open popover"):
|
14 |
sound_file = BytesIO()
|
15 |
tts = gTTS(prompt, lang='en')
|
|
|
9 |
|
10 |
prompt = st.chat_input("Say something")
|
11 |
if prompt:
|
12 |
+
st.write(prompt)
|
13 |
with st.popover("Open popover"):
|
14 |
sound_file = BytesIO()
|
15 |
tts = gTTS(prompt, lang='en')
|