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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +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
- 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):
 
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):