Spaces:
Sleeping
Sleeping
N.Achyuth Reddy commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -61,7 +61,7 @@ for message in st.session_state.messages:
|
|
| 61 |
with st.chat_message(message["role"], avatar=("π§βπ»" if message["role"] == 'human' else 'π¦')):
|
| 62 |
st.markdown(message["content"])
|
| 63 |
|
| 64 |
-
textinput = st.chat_input("Ask
|
| 65 |
wav_audio_data = st_audiorec()
|
| 66 |
|
| 67 |
if wav_audio_data is not None:
|
|
|
|
| 61 |
with st.chat_message(message["role"], avatar=("π§βπ»" if message["role"] == 'human' else 'π¦')):
|
| 62 |
st.markdown(message["content"])
|
| 63 |
|
| 64 |
+
textinput = st.chat_input("Ask π’π½π²π»ππ£π§ anything...")
|
| 65 |
wav_audio_data = st_audiorec()
|
| 66 |
|
| 67 |
if wav_audio_data is not None:
|