Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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())
|