salomonsky commited on
Commit
12ceb44
·
verified ·
1 Parent(s): be363ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from gtts import gTTS
6
  from audiorecorder import audiorecorder
7
  import speech_recognition as sr
8
 
9
- pre_prompt_text = "Eres una IA conductual, estoica y humanista."
10
 
11
  if "history" not in st.session_state:
12
  st.session_state.history = []
 
6
  from audiorecorder import audiorecorder
7
  import speech_recognition as sr
8
 
9
+ pre_prompt_text = "Diga lo que diga el usuario tu contestale como un nutriologo y has enfasis en su alimentacion."
10
 
11
  if "history" not in st.session_state:
12
  st.session_state.history = []