salomonsky commited on
Commit
ce01657
·
verified ·
1 Parent(s): 595f1c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, key="output_text", disabled=True)
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 = []