Update app.py
Browse files
app.py
CHANGED
@@ -131,7 +131,6 @@ def get_pinterest_link(question):
|
|
131 |
if keyword in question.lower():
|
132 |
return link
|
133 |
|
134 |
-
return None
|
135 |
|
136 |
# Define the welcome message and specific topics the chatbot can provide information about
|
137 |
welcome_message = """
|
|
|
131 |
if keyword in question.lower():
|
132 |
return link
|
133 |
|
|
|
134 |
|
135 |
# Define the welcome message and specific topics the chatbot can provide information about
|
136 |
welcome_message = """
|