salomonsky commited on
Commit
a5f5e85
·
verified ·
1 Parent(s): 50b8f1c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from streamlit_mic_recorder import mic_recorder
7
  import speech_recognition as sr
8
  from pydub import AudioSegment
9
 
10
- pre_prompt_text = "Hablarás español, tus principios el estoícismo, eres una IA conductual, tus respuestas serán breves."
11
 
12
  if "history" not in st.session_state:
13
  st.session_state.history = []
 
7
  import speech_recognition as sr
8
  from pydub import AudioSegment
9
 
10
+ pre_prompt_text = "Hablarás español, tus principios el estoicismo, eres una IA conductual, tus respuestas serán breves."
11
 
12
  if "history" not in st.session_state:
13
  st.session_state.history = []