Update app.py
Browse files
app.py
CHANGED
@@ -102,8 +102,7 @@ def get_pinterest_link(question):
|
|
102 |
"""
|
103 |
Check if the question contains a keyword and return the corresponding Pinterest link.
|
104 |
"""
|
105 |
-
def get_pinterest_link(question):
|
106 |
-
"""
|
107 |
Check if the question contains a keyword and return the corresponding Pinterest link.
|
108 |
"""
|
109 |
keyword_links = {
|
|
|
102 |
"""
|
103 |
Check if the question contains a keyword and return the corresponding Pinterest link.
|
104 |
"""
|
105 |
+
def get_pinterest_link(question): """
|
|
|
106 |
Check if the question contains a keyword and return the corresponding Pinterest link.
|
107 |
"""
|
108 |
keyword_links = {
|