salomonsky commited on
Commit
7f6bfa3
·
verified ·
1 Parent(s): 7bc1b6c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -12,6 +12,7 @@ if "history" not in st.session_state:
12
  if "pre_prompt_sent" not in st.session_state:
13
  st.session_state.pre_prompt_sent = False
14
 
 
15
  pre_prompt_text = "eres una IA conductual, tus respuestas serán breves."
16
 
17
  def recognize_speech(audio_data, show_messages=True):
 
12
  if "pre_prompt_sent" not in st.session_state:
13
  st.session_state.pre_prompt_sent = False
14
 
15
+ gatherUsageStats = false
16
  pre_prompt_text = "eres una IA conductual, tus respuestas serán breves."
17
 
18
  def recognize_speech(audio_data, show_messages=True):