devve1 commited on
Commit
62c49a7
β€’
1 Parent(s): 65c7a88

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -407,7 +407,7 @@ if __name__ == '__main__':
407
  full_response += chunk + " "
408
  time.sleep(0.01)
409
  message_placeholder.write(full_response + 'β–Œ')
410
- message_placeholder.write(re.sub('β–Œ', '', full_response)
411
 
412
  st.session_state.messages.append({"role": "assistant", "content": full_response})
413
  with lz4.frame.open(chat_id_path, mode='wb') as fp:
 
407
  full_response += chunk + " "
408
  time.sleep(0.01)
409
  message_placeholder.write(full_response + 'β–Œ')
410
+ message_placeholder.write(re.sub('β–Œ', '', full_response))
411
 
412
  st.session_state.messages.append({"role": "assistant", "content": full_response})
413
  with lz4.frame.open(chat_id_path, mode='wb') as fp: