Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
·
6acf9d8
1
Parent(s):
39ddce4
Edit app.py
Browse files
app.py
CHANGED
@@ -18,6 +18,7 @@ from agent import initialize_agent, get_agent_config
|
|
18 |
# Setup for HTTP API Call to Amplitude Analytics
|
19 |
if 'device_id' not in locals():
|
20 |
device_id = str(uuid.uuid4())
|
|
|
21 |
|
22 |
headers = {
|
23 |
'Content-Type': 'application/json',
|
|
|
18 |
# Setup for HTTP API Call to Amplitude Analytics
|
19 |
if 'device_id' not in locals():
|
20 |
device_id = str(uuid.uuid4())
|
21 |
+
print(f"DEBUG: Created new device id: {device_id}")
|
22 |
|
23 |
headers = {
|
24 |
'Content-Type': 'application/json',
|