Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
·
33664cb
1
Parent(s):
9121186
Add Space Name Property
Browse files
app.py
CHANGED
@@ -116,7 +116,8 @@ def launch_bot():
|
|
116 |
"device_id": device_id,
|
117 |
"event_type": "submitted_query",
|
118 |
"event_properties": {
|
119 |
-
"query": prompt
|
|
|
120 |
}
|
121 |
}]
|
122 |
}
|
|
|
116 |
"device_id": device_id,
|
117 |
"event_type": "submitted_query",
|
118 |
"event_properties": {
|
119 |
+
"query": prompt,
|
120 |
+
"Space Name": "ev-assistant"
|
121 |
}
|
122 |
}]
|
123 |
}
|