anushkaayadav commited on
Commit
ec00f1a
·
verified ·
1 Parent(s): c2f7b08

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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://pin.it/1KcrPFm8G",
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():