Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -37,10 +37,6 @@ def respond(
|
|
37 |
token = message.choices[0].delta.content
|
38 |
|
39 |
response += token
|
40 |
-
# Check if the user explicitly asks for contact information
|
41 |
-
if re.search(r'\b(contact|email|phone|number|address)\b', message, re.IGNORECASE):
|
42 |
-
response += "\nYou can contact us via email at contact@airavath.com or call us at +91 7358303879. For more information, visit our website at https://airavath.com/."
|
43 |
-
|
44 |
yield response
|
45 |
|
46 |
"""
|
|
|
37 |
token = message.choices[0].delta.content
|
38 |
|
39 |
response += token
|
|
|
|
|
|
|
|
|
40 |
yield response
|
41 |
|
42 |
"""
|