Spaces:
Configuration error
Configuration error
Tristan Thrush
commited on
Commit
·
029669d
1
Parent(s):
9b75bcc
uuid bugfix
Browse files
app.py
CHANGED
@@ -58,7 +58,7 @@ with demo:
|
|
58 |
|
59 |
# We keep track of state as a JSON
|
60 |
state_dict = {
|
61 |
-
"conversation_id": uuid.uuid4(),
|
62 |
"assignmentId": "",
|
63 |
"cnt": 0, "data": [],
|
64 |
"past_user_inputs": [],
|
|
|
58 |
|
59 |
# We keep track of state as a JSON
|
60 |
state_dict = {
|
61 |
+
"conversation_id": str(uuid.uuid4()),
|
62 |
"assignmentId": "",
|
63 |
"cnt": 0, "data": [],
|
64 |
"past_user_inputs": [],
|