N.Achyuth Reddy commited on
Commit
28eb00c
ยท
verified ยท
1 Parent(s): 46cf1cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -46,7 +46,7 @@ def predict(message, system_prompt='Your name is FlawlessAI. You are developed b
46
  Repetitionpenalty,
47
  api_name="/chat"
48
  )
49
- st.write("Done โœ…")
50
  return response
51
 
52
  # Streamlit UI
@@ -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 ๐—™๐—น๐—ฎ๐˜„๐—น๐—ฒ๐˜€๐˜€๐—”๐—œ anything...")
65
  wav_audio_data = st_audiorec()
66
 
67
  if wav_audio_data is not None:
 
46
  Repetitionpenalty,
47
  api_name="/chat"
48
  )
49
+ st.write("แด…แดษดแด‡ โœ…")
50
  return response
51
 
52
  # Streamlit UI
 
61
  with st.chat_message(message["role"], avatar=("๐Ÿง‘โ€๐Ÿ’ป" if message["role"] == 'human' else '๐Ÿฆ™')):
62
  st.markdown(message["content"])
63
 
64
+ textinput = st.chat_input("แด€sแด‹ ๐—™๐—น๐—ฎ๐˜„๐—น๐—ฒ๐˜€๐˜€๐—”๐—œ แด€ษดสแด›สœษชษดษข...")
65
  wav_audio_data = st_audiorec()
66
 
67
  if wav_audio_data is not None: