FauziIsyrinApridal commited on
Commit
e2fbcaf
·
1 Parent(s): 6957d3b
Files changed (1) hide show
  1. app/chat.py +1 -1
app/chat.py CHANGED
@@ -46,7 +46,7 @@ def initialize_session_state():
46
  if 'vector_store' not in st.session_state:
47
  st.session_state['vector_store'] = None
48
  if 'should_speak' not in st.session_state:
49
- st.session_state['should_speak'] = False
50
  if 'input_text' not in st.session_state:
51
  st.session_state['input_text'] = ""
52
  if 'tts_output' not in st.session_state:
 
46
  if 'vector_store' not in st.session_state:
47
  st.session_state['vector_store'] = None
48
  if 'should_speak' not in st.session_state:
49
+ st.session_state['should_speak'] = True
50
  if 'input_text' not in st.session_state:
51
  st.session_state['input_text'] = ""
52
  if 'tts_output' not in st.session_state: