Arafath10 commited on
Commit
f2277d8
·
verified ·
1 Parent(s): a908207

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -2
main.py CHANGED
@@ -21,7 +21,7 @@ def streaming(userText,idf):
21
 
22
  if str(idf) == "2" and str(userText.split("Prospect:")[-1]).lower() == " no":
23
  remaind_msg = "That's alright. We provide AI engineering as a service. We work with some top startups and Fortune 500 companies to develop custom AI models for their business. Does that ring a bell now?"
24
- return remaind_msg
25
 
26
  if str(idf) == "2" and (
27
  "remind" in str(userText.split("Prospect:")[-1]).lower() or
@@ -30,7 +30,7 @@ def streaming(userText,idf):
30
  ):
31
  remaind_msg = "That's alright. We provide AI engineering as a service. We work with some top startups and Fortune 500 companies to develop custom AI models for their business. Does that ring a bell now?"
32
 
33
- return remaind_msg
34
 
35
  dec = ""
36
  yest = "This is [SDR’s name] with Neural Leap. I saw you schedule a call with us for [Insert day and time] to learn more about our A.I. engineering services. Does that ring a bell?"
 
21
 
22
  if str(idf) == "2" and str(userText.split("Prospect:")[-1]).lower() == " no":
23
  remaind_msg = "That's alright. We provide AI engineering as a service. We work with some top startups and Fortune 500 companies to develop custom AI models for their business. Does that ring a bell now?"
24
+ yield remaind_msg
25
 
26
  if str(idf) == "2" and (
27
  "remind" in str(userText.split("Prospect:")[-1]).lower() or
 
30
  ):
31
  remaind_msg = "That's alright. We provide AI engineering as a service. We work with some top startups and Fortune 500 companies to develop custom AI models for their business. Does that ring a bell now?"
32
 
33
+ yield remaind_msg
34
 
35
  dec = ""
36
  yest = "This is [SDR’s name] with Neural Leap. I saw you schedule a call with us for [Insert day and time] to learn more about our A.I. engineering services. Does that ring a bell?"