Spaces:
Paused
Paused
Commit
·
8ea7cb4
1
Parent(s):
6e29ffb
Update app.py
Browse files
app.py
CHANGED
@@ -154,7 +154,7 @@ def create_case(conv_hist):
|
|
154 |
desc = get_case_summary(conv_hist)
|
155 |
subj = get_case_subject(conv_hist)
|
156 |
case_data = {
|
157 |
-
'Subject': 'Voice Bot Case
|
158 |
'Description': desc,
|
159 |
'Status': 'New',
|
160 |
'Origin': 'Voice Bot',
|
|
|
154 |
desc = get_case_summary(conv_hist)
|
155 |
subj = get_case_subject(conv_hist)
|
156 |
case_data = {
|
157 |
+
'Subject': 'Voice Bot Case: ' + subj ,
|
158 |
'Description': desc,
|
159 |
'Status': 'New',
|
160 |
'Origin': 'Voice Bot',
|