Waflon commited on
Commit
efb2fcc
·
verified ·
1 Parent(s): 5a7327c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ st.set_page_config(layout="wide")
6
 
7
  # Initialization
8
  if 'historial' not in st.session_state:
9
- st.session_state['historial'] = 'Hola soy tu asistente del dia de hoy, en que te puedo ayudar'
10
 
11
  def get_data():
12
  return st.session_state["historial"]
 
6
 
7
  # Initialization
8
  if 'historial' not in st.session_state:
9
+ st.session_state['historial'] = ['Hola soy tu asistente del dia de hoy, en que te puedo ayudar']
10
 
11
  def get_data():
12
  return st.session_state["historial"]