Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ def generate(
|
|
61 |
audio_bytes = audio_file.read()
|
62 |
|
63 |
with st.container():
|
64 |
-
st.text_area("Salida del Chatbot", value=response, height=200, max_chars=500,
|
65 |
|
66 |
if "history" not in st.session_state:
|
67 |
st.session_state.history = []
|
|
|
61 |
audio_bytes = audio_file.read()
|
62 |
|
63 |
with st.container():
|
64 |
+
st.text_area("Salida del Chatbot", value=response, height=200, max_chars=500, disabled=True)
|
65 |
|
66 |
if "history" not in st.session_state:
|
67 |
st.session_state.history = []
|