Americo commited on
Commit
403985e
verified
1 Parent(s): 32fea89

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -149,6 +149,7 @@ session_service = InMemorySessionService()
149
 
150
  # Esta funci贸n se conecta a ChatInterface
151
  def wrapped_respond(message, history, state=None):
 
152
  if state is None:
153
  user_id = str(uuid.uuid4())
154
  session_id = str(uuid.uuid4())
 
149
 
150
  # Esta funci贸n se conecta a ChatInterface
151
  def wrapped_respond(message, history, state=None):
152
+ print("STATE",state)
153
  if state is None:
154
  user_id = str(uuid.uuid4())
155
  session_id = str(uuid.uuid4())