Update app.py
Browse files
app.py
CHANGED
@@ -89,11 +89,25 @@ def query_model(question):
|
|
89 |
"""
|
90 |
|
91 |
keyword_links = {
|
92 |
-
"
|
93 |
-
"
|
94 |
-
"modern": "https://
|
95 |
-
"
|
96 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
97 |
}
|
98 |
|
99 |
for keyword, link in keyword_links.items():
|
|
|
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():
|