Update app.py
Browse files
app.py
CHANGED
@@ -88,7 +88,7 @@ def get_pinterest_link(question):
|
|
88 |
Check if the question contains a keyword and return the corresponding Pinterest link.
|
89 |
"""
|
90 |
keyword_links = {
|
91 |
-
"design": "Here is a link to the Pinterest board to help you get started. Copy the link that will direct you to the Pinterest board that will take you on your to be inspired and get and an idea of what you would like to incorportae to your living space: https://
|
92 |
}
|
93 |
|
94 |
for keyword, link in keyword_links.items():
|
|
|
88 |
Check if the question contains a keyword and return the corresponding Pinterest link.
|
89 |
"""
|
90 |
keyword_links = {
|
91 |
+
"design": "Here is a link to the Pinterest board to help you get started. Copy the link that will direct you to the Pinterest board that will take you on your to be inspired and get and an idea of what you would like to incorportae to your living space: https://www.pinterest.com/yadavanushka2205",
|
92 |
}
|
93 |
|
94 |
for keyword, link in keyword_links.items():
|