david-oplatka commited on
Commit
33664cb
·
1 Parent(s): 9121186

Add Space Name Property

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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
  }