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

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 = "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 = []
 
6
  from audiorecorder import audiorecorder
7
  import speech_recognition as sr
8
 
9
+ pre_prompt_text = ""
10
 
11
  if "history" not in st.session_state:
12
  st.session_state.history = []