Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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 = []
|