AchyuthGamer commited on
Commit
66fac36
Β·
verified Β·
1 Parent(s): b7a2317

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 AgriTure anything...")
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: