anushkaayadav commited on
Commit
c193b9b
·
verified ·
1 Parent(s): ac9bacb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +19 -19
app.py CHANGED
@@ -89,25 +89,25 @@ def query_model(question):
89
  """
90
 
91
  keyword_links = {
92
- "contemporary": "https://pin.it/1KcrPFm8G",
93
- "ecletic": "https://pin.it/67iavfUmS",
94
- "modern": "https://pin.it/5XriVnahy",
95
- "traditional": "https://pin.it/6DnKcLMWC",
96
- "asian": "https://pin.it/7fA3Z8Lw2",
97
- "beach": "https://pin.it/3yXAwLdM4",
98
- "craftsman": "https://pin.it/4sKpBEgFA",
99
- "farmhouse": "https://pin.it/3QHeclkAk",
100
- "industrial": "https://pin.it/58tp64jEx",
101
- "mediterranean": "https://pin.it/6ikPHFnOo",
102
- "minimalistic": "https://pin.it/3cSZwa8Nw",
103
- "mid-century": "https://pin.it/30b5Mz1xa",
104
- "rustic": "https://pin.it/5eyZ4xSEP",
105
- "scandinavian": "https://pin.it/6Dw4px7XZ",
106
- "shabby-chic": "https://pin.it/4AZ0MpD0q",
107
- "southwestern": "https://pin.it/7nmK5dcae",
108
- "transitional": "https://pin.it/7hy7YMVWv",
109
- "tropical": "https://pin.it/41HtSEew0",
110
- "victorian": "https://pin.it/3UrJ3mDXm",
111
  }
112
 
113
  for keyword, link in keyword_links.items():
 
89
  """
90
 
91
  keyword_links = {
92
+ "contemporary": "Here is a link to the pinterest board to help you get started and find inspiration for your style! Just copy this link to get to the board: https://pin.it/1KcrPFm8G",
93
+ "ecletic": "Here is a link to the pinterest board to help you get started and find inspiration for your style! Just copy this link to get to the board: https://pin.it/67iavfUmS",
94
+ "modern": "Here is a link to the pinterest board to help you get started and find inspiration for your style! Just copy this link to get to the board: https://pin.it/5XriVnahy",
95
+ "traditional": "Here is a link to the pinterest board to help you get started and find inspiration for your style! Just copy this link to get to the board: https://pin.it/6DnKcLMWC",
96
+ "asian": "Here is a link to the pinterest board to help you get started and find inspiration for your style! Just copy this link to get to the board: https://pin.it/7fA3Z8Lw2",
97
+ "beach": "Here is a link to the pinterest board to help you get started and find inspiration for your style! Just copy this link to get to the board: https://pin.it/3yXAwLdM4",
98
+ "craftsman": "Here is a link to the pinterest board to help you get started and find inspiration for your style! Just copy this link to get to the board: https://pin.it/4sKpBEgFA",
99
+ "farmhouse": "Here is a link to the pinterest board to help you get started and find inspiration for your style! Just copy this link to get to the board: https://pin.it/3QHeclkAk",
100
+ "industrial": "Here is a link to the pinterest board to help you get started and find inspiration for your style! Just copy this link to get to the board: https://pin.it/58tp64jEx",
101
+ "mediterranean": "Here is a link to the pinterest board to help you get started and find inspiration for your style! Just copy this link to get to the board: https://pin.it/6ikPHFnOo",
102
+ "minimalistic": "Here is a link to the pinterest board to help you get started and find inspiration for your style! Just copy this link to get to the board: https://pin.it/3cSZwa8Nw",
103
+ "mid-century": "Here is a link to the pinterest board to help you get started and find inspiration for your style! Just copy this link to get to the board: https://pin.it/30b5Mz1xa",
104
+ "rustic": "Here is a link to the pinterest board to help you get started and find inspiration for your style! Just copy this link to get to the board: https://pin.it/5eyZ4xSEP",
105
+ "scandinavian": "Here is a link to the pinterest board to help you get started and find inspiration for your style! Just copy this link to get to the board: https://pin.it/6Dw4px7XZ",
106
+ "shabby-chic": "Here is a link to the pinterest board to help you get started and find inspiration for your style! Just copy this link to get to the board: https://pin.it/4AZ0MpD0q",
107
+ "southwestern": "Here is a link to the pinterest board to help you get started and find inspiration for your style! Just copy this link to get to the board: https://pin.it/7nmK5dcae",
108
+ "transitional": "Here is a link to the pinterest board to help you get started and find inspiration for your style! Just copy this link to get to the board: https://pin.it/7hy7YMVWv",
109
+ "tropical": "Here is a link to the pinterest board to help you get started and find inspiration for your style! Just copy this link to get to the board: https://pin.it/41HtSEew0",
110
+ "victorian": "Here is a link to the pinterest board to help you get started and find inspiration for your style! Just copy this link to get to the board: https://pin.it/3UrJ3mDXm",
111
  }
112
 
113
  for keyword, link in keyword_links.items():