Update app.py
Browse files
app.py
CHANGED
@@ -83,518 +83,518 @@ restaurants = [
|
|
83 |
"name": "Harvest Beat",
|
84 |
"price": "High",
|
85 |
"cuisine": "American",
|
86 |
-
"gluten_free":
|
87 |
-
"vegan":
|
88 |
-
"lactose_intolerant":
|
89 |
-
"pescatarian":
|
90 |
-
"allergen_friendly":
|
91 |
-
"halal":
|
92 |
-
"kosher":
|
93 |
-
"vegetarian":
|
94 |
"website": "https://www.harvestbeat.com/"
|
95 |
},
|
96 |
{
|
97 |
"name": "Plum Bistro",
|
98 |
"price": "Moderate",
|
99 |
"cuisine": "American",
|
100 |
-
"gluten_free":
|
101 |
-
"vegan":
|
102 |
-
"lactose_intolerant":
|
103 |
-
"pescatarian":
|
104 |
-
"allergen_friendly":
|
105 |
-
"halal":
|
106 |
-
"kosher":
|
107 |
-
"vegetarian":
|
108 |
"website": "https://plumbistro.com/"
|
109 |
},
|
110 |
{
|
111 |
"name": "Portage Bay Cafe",
|
112 |
"price": "Low",
|
113 |
"cuisine": "American",
|
114 |
-
"gluten_free":
|
115 |
-
"vegan":
|
116 |
-
"lactose_intolerant":
|
117 |
-
"pescatarian":
|
118 |
-
"allergen_friendly":
|
119 |
-
"halal":
|
120 |
-
"kosher":
|
121 |
-
"vegetarian":
|
122 |
"website": "https://www.portagebaycafe.com/"
|
123 |
},
|
124 |
{
|
125 |
"name": "Duke's Seafood",
|
126 |
"price": "High",
|
127 |
"cuisine": "American",
|
128 |
-
"gluten_free":
|
129 |
-
"vegan":
|
130 |
-
"lactose_intolerant":
|
131 |
-
"pescatarian":
|
132 |
-
"allergen_friendly":
|
133 |
-
"halal":
|
134 |
-
"kosher":
|
135 |
-
"vegetarian":
|
136 |
"website": "https://www.dukesseafood.com/"
|
137 |
},
|
138 |
{
|
139 |
"name": "Olmstead",
|
140 |
"price": "Moderate",
|
141 |
"cuisine": "American",
|
142 |
-
"gluten_free":
|
143 |
-
"vegan":
|
144 |
-
"lactose_intolerant":
|
145 |
-
"pescatarian":
|
146 |
-
"allergen_friendly":
|
147 |
-
"halal":
|
148 |
-
"kosher":
|
149 |
-
"vegetarian":
|
150 |
"website": "https://www.olmsteadseattle.com/home"
|
151 |
},
|
152 |
{
|
153 |
"name": "Veggie Grill",
|
154 |
"price": "Low",
|
155 |
"cuisine": "American",
|
156 |
-
"gluten_free":
|
157 |
-
"vegan":
|
158 |
-
"lactose_intolerant":
|
159 |
-
"pescatarian":
|
160 |
-
"allergen_friendly":
|
161 |
-
"halal":
|
162 |
-
"kosher":
|
163 |
-
"vegetarian":
|
164 |
"website": "https://www.veggiegrill.com/menus/"
|
165 |
},
|
166 |
{
|
167 |
"name": "Cafe Flora",
|
168 |
"price": "Moderate",
|
169 |
"cuisine": "American",
|
170 |
-
"gluten_free":
|
171 |
-
"vegan":
|
172 |
-
"lactose_intolerant":
|
173 |
-
"pescatarian":
|
174 |
-
"allergen_friendly":
|
175 |
-
"halal":
|
176 |
-
"kosher":
|
177 |
-
"vegetarian":
|
178 |
"website": "https://florarestaurantgroup.com/"
|
179 |
},
|
180 |
{
|
181 |
"name": "Bounty Kitchen",
|
182 |
"price": "Low",
|
183 |
"cuisine": "American",
|
184 |
-
"gluten_free":
|
185 |
-
"vegan":
|
186 |
-
"lactose_intolerant":
|
187 |
-
"pescatarian":
|
188 |
-
"allergen_friendly":
|
189 |
-
"halal":
|
190 |
-
"kosher":
|
191 |
-
"vegetarian":
|
192 |
"website": "http://www.bountykitchenseattle.com/"
|
193 |
},
|
194 |
{
|
195 |
"name": "No Bones Beach Club",
|
196 |
"price": "Low",
|
197 |
"cuisine": "American",
|
198 |
-
"gluten_free":
|
199 |
-
"vegan":
|
200 |
-
"lactose_intolerant":
|
201 |
-
"pescatarian":
|
202 |
-
"allergen_friendly":
|
203 |
-
"halal":
|
204 |
-
"kosher":
|
205 |
-
"vegetarian":
|
206 |
"website": "https://nobonesbeachclub.com/menu/"
|
207 |
},
|
208 |
{
|
209 |
"name": "Chiho Bistro",
|
210 |
"price": "Low",
|
211 |
"cuisine": "Chinese",
|
212 |
-
"gluten_free":
|
213 |
-
"vegan":
|
214 |
-
"lactose_intolerant":
|
215 |
-
"pescatarian":
|
216 |
-
"allergen_friendly":
|
217 |
-
"halal":
|
218 |
-
"kosher":
|
219 |
-
"vegetarian":
|
220 |
"website": "https://www.chihobistro.com/"
|
221 |
},
|
222 |
{
|
223 |
"name": "Uptown China",
|
224 |
"price": "Moderate",
|
225 |
"cuisine": "Chinese",
|
226 |
-
"gluten_free":
|
227 |
-
"vegan":
|
228 |
-
"lactose_intolerant":
|
229 |
-
"pescatarian":
|
230 |
-
"allergen_friendly":
|
231 |
-
"halal":
|
232 |
-
"kosher":
|
233 |
-
"vegetarian":
|
234 |
"website": "https://uptown-china.com/"
|
235 |
},
|
236 |
{
|
237 |
"name": "Meskel Ethiopian Restaurant",
|
238 |
"price": "Moderate",
|
239 |
"cuisine": "Ethiopian",
|
240 |
-
"gluten_free":
|
241 |
-
"vegan":
|
242 |
-
"lactose_intolerant":
|
243 |
-
"pescatarian":
|
244 |
-
"allergen_friendly":
|
245 |
-
"halal":
|
246 |
-
"kosher":
|
247 |
-
"vegetarian":
|
248 |
"website": "https://meskelethiopian.com/menu"
|
249 |
},
|
250 |
{
|
251 |
"name": "Habesha Cafe",
|
252 |
"price": "Moderate",
|
253 |
"cuisine": "Ethiopian",
|
254 |
-
"gluten_free":
|
255 |
-
"vegan":
|
256 |
-
"lactose_intolerant":
|
257 |
-
"pescatarian":
|
258 |
-
"allergen_friendly":
|
259 |
-
"halal":
|
260 |
-
"kosher":
|
261 |
-
"vegetarian":
|
262 |
"website": "https://habesha.cafe/"
|
263 |
},
|
264 |
{
|
265 |
"name": "Musang",
|
266 |
"price": "High",
|
267 |
"cuisine": "Filipino",
|
268 |
-
"gluten_free":
|
269 |
-
"vegan":
|
270 |
-
"lactose_intolerant":
|
271 |
-
"pescatarian":
|
272 |
-
"allergen_friendly":
|
273 |
-
"halal":
|
274 |
-
"kosher":
|
275 |
-
"vegetarian":
|
276 |
"website": "https://www.musangseattle.com/"
|
277 |
},
|
278 |
{
|
279 |
"name": "Musang Seattle",
|
280 |
"price": "Moderate",
|
281 |
"cuisine": "Filipino",
|
282 |
-
"gluten_free":
|
283 |
-
"vegan":
|
284 |
-
"lactose_intolerant":
|
285 |
-
"pescatarian":
|
286 |
-
"allergen_friendly":
|
287 |
-
"halal":
|
288 |
-
"kosher":
|
289 |
-
"vegetarian":
|
290 |
"website": "https://www.musangseattle.com/musang"
|
291 |
},
|
292 |
{
|
293 |
"name": "Gold Coast Ghal",
|
294 |
"price": "Moderate",
|
295 |
"cuisine": "Ghanaian",
|
296 |
-
"gluten_free":
|
297 |
-
"vegan":
|
298 |
-
"lactose_intolerant":
|
299 |
-
"pescatarian":
|
300 |
-
"allergen_friendly":
|
301 |
-
"halal":
|
302 |
-
"kosher":
|
303 |
-
"vegetarian":
|
304 |
"website": "https://www.goldcoastghal.com/"
|
305 |
},
|
306 |
{
|
307 |
"name": "Marination Ma Kai",
|
308 |
"price": "Low",
|
309 |
"cuisine": "Hawaiian-Korean",
|
310 |
-
"gluten_free":
|
311 |
-
"vegan":
|
312 |
-
"lactose_intolerant":
|
313 |
-
"pescatarian":
|
314 |
-
"allergen_friendly":
|
315 |
-
"halal":
|
316 |
-
"kosher":
|
317 |
-
"vegetarian":
|
318 |
"website": "https://marinationmobile.com/menu"
|
319 |
},
|
320 |
{
|
321 |
"name": "Pabla Indian Cuisine",
|
322 |
"price": "Low",
|
323 |
"cuisine": "Indian",
|
324 |
-
"gluten_free":
|
325 |
-
"vegan":
|
326 |
-
"lactose_intolerant":
|
327 |
-
"pescatarian":
|
328 |
-
"allergen_friendly":
|
329 |
-
"halal":
|
330 |
-
"kosher":
|
331 |
-
"vegetarian":
|
332 |
"website": "http://www.pablacuisine"
|
333 |
},
|
334 |
{
|
335 |
"name": "Mint Progressive Indian",
|
336 |
"price": "Moderate",
|
337 |
"cuisine": "Indian",
|
338 |
-
"gluten_free":
|
339 |
-
"vegan":
|
340 |
-
"lactose_intolerant":
|
341 |
-
"pescatarian":
|
342 |
-
"allergen_friendly":
|
343 |
-
"halal":
|
344 |
-
"kosher":
|
345 |
-
"vegetarian":
|
346 |
"website": "https://www.mintprogressive.com/"
|
347 |
},
|
348 |
{
|
349 |
"name": "Cantinetta",
|
350 |
"price": "Moderate",
|
351 |
"cuisine": "Italian",
|
352 |
-
"gluten_free":
|
353 |
-
"vegan":
|
354 |
-
"lactose_intolerant":
|
355 |
-
"pescatarian":
|
356 |
-
"allergen_friendly":
|
357 |
-
"halal":
|
358 |
-
"kosher":
|
359 |
-
"vegetarian":
|
360 |
"website": "https://www.cantinettausa.com/wallingfordYes"
|
361 |
},
|
362 |
{
|
363 |
"name": "The Pink Door",
|
364 |
"price": "High",
|
365 |
"cuisine": "Italian",
|
366 |
-
"gluten_free":
|
367 |
-
"vegan":
|
368 |
-
"lactose_intolerant":
|
369 |
-
"pescatarian":
|
370 |
-
"allergen_friendly":
|
371 |
-
"halal":
|
372 |
-
"kosher":
|
373 |
-
"vegetarian":
|
374 |
"website": "https://www.thepinkdoor.net/"
|
375 |
},
|
376 |
{
|
377 |
"name": "Mashiko",
|
378 |
"price": "High",
|
379 |
"cuisine": "Japanese",
|
380 |
-
"gluten_free":
|
381 |
-
"vegan":
|
382 |
-
"lactose_intolerant":
|
383 |
-
"pescatarian":
|
384 |
-
"allergen_friendly":
|
385 |
-
"halal":
|
386 |
-
"kosher":
|
387 |
-
"vegetarian":
|
388 |
"website": "https://www.mashikorestaurant.com/"
|
389 |
},
|
390 |
{
|
391 |
"name": "Ben's Fast Food",
|
392 |
"price": "Low",
|
393 |
"cuisine": "Mexican",
|
394 |
-
"gluten_free":
|
395 |
-
"vegan":
|
396 |
-
"lactose_intolerant":
|
397 |
-
"pescatarian":
|
398 |
-
"allergen_friendly":
|
399 |
-
"halal":
|
400 |
-
"kosher":
|
401 |
-
"vegetarian":
|
402 |
"website": "https://bensfastfood.com/"
|
403 |
},
|
404 |
{
|
405 |
"name": "Sal y Limon",
|
406 |
"price": "Moderate",
|
407 |
"cuisine": "Mexican",
|
408 |
-
"gluten_free":
|
409 |
-
"vegan":
|
410 |
-
"lactose_intolerant":
|
411 |
-
"pescatarian":
|
412 |
-
"allergen_friendly":
|
413 |
-
"halal":
|
414 |
-
"kosher":
|
415 |
-
"vegetarian":
|
416 |
"website": "https://www.salylimonseattle.com/"
|
417 |
},
|
418 |
{
|
419 |
"name": "El Borracho",
|
420 |
"price": "Low",
|
421 |
"cuisine": "Mexican",
|
422 |
-
"gluten_free":
|
423 |
-
"vegan":
|
424 |
-
"lactose_intolerant":
|
425 |
-
"pescatarian":
|
426 |
-
"allergen_friendly":
|
427 |
-
"halal":
|
428 |
-
"kosher":
|
429 |
-
"vegetarian":
|
430 |
"website": "https://www.elborracho.co/"
|
431 |
},
|
432 |
{
|
433 |
"name": "Tanoor",
|
434 |
"price": "Moderate",
|
435 |
"cuisine": "Middle Eastern",
|
436 |
-
"gluten_free":
|
437 |
-
"vegan":
|
438 |
-
"lactose_intolerant":
|
439 |
-
"pescatarian":
|
440 |
-
"allergen_friendly":
|
441 |
-
"halal":
|
442 |
-
"kosher":
|
443 |
-
"vegetarian":
|
444 |
"website": "https://www.tanoor.com/"
|
445 |
},
|
446 |
{
|
447 |
"name": "Mamnoon",
|
448 |
"price": "Moderate",
|
449 |
"cuisine": "Middle Eastern",
|
450 |
-
"gluten_free":
|
451 |
-
"vegan":
|
452 |
-
"lactose_intolerant":
|
453 |
-
"pescatarian":
|
454 |
-
"allergen_friendly":
|
455 |
-
"halal":
|
456 |
-
"kosher":
|
457 |
-
"vegetarian":
|
458 |
"website": "https://nadimama.com/mamnoon"
|
459 |
},
|
460 |
{
|
461 |
"name": "Gorgeous George's",
|
462 |
"price": "Moderate",
|
463 |
"cuisine": "Middle Eastern",
|
464 |
-
"gluten_free":
|
465 |
-
"vegan":
|
466 |
-
"lactose_intolerant":
|
467 |
-
"pescatarian":
|
468 |
-
"allergen_friendly":
|
469 |
-
"halal":
|
470 |
-
"kosher":
|
471 |
-
"vegetarian":
|
472 |
"website": "https://www.gorgeousgeorges.com/"
|
473 |
},
|
474 |
{
|
475 |
"name": "Zaina",
|
476 |
"price": "Low",
|
477 |
"cuisine": "Middle Eastern",
|
478 |
-
"gluten_free":
|
479 |
-
"vegan":
|
480 |
-
"lactose_intolerant":
|
481 |
-
"pescatarian":
|
482 |
-
"allergen_friendly":
|
483 |
-
"halal":
|
484 |
-
"kosher":
|
485 |
-
"vegetarian":
|
486 |
"website": "https://www.yelp.com/biz/zaina-food-drinks-and-friends-seattle-3"
|
487 |
},
|
488 |
{
|
489 |
"name": "Gold Schnitzel",
|
490 |
"price": "Moderate",
|
491 |
"cuisine": "Middle Eastern",
|
492 |
-
"gluten_free":
|
493 |
-
"vegan":
|
494 |
-
"lactose_intolerant":
|
495 |
-
"pescatarian":
|
496 |
-
"allergen_friendly":
|
497 |
-
"halal":
|
498 |
-
"kosher":
|
499 |
-
"vegetarian":
|
500 |
"website": "https://goldschnitzel.com/"
|
501 |
},
|
502 |
{
|
503 |
"name": "Maza Grill",
|
504 |
"price": "Moderate",
|
505 |
"cuisine": "Pakistani",
|
506 |
-
"gluten_free":
|
507 |
-
"vegan":
|
508 |
-
"lactose_intolerant":
|
509 |
-
"pescatarian":
|
510 |
-
"allergen_friendly":
|
511 |
-
"halal":
|
512 |
-
"kosher":
|
513 |
-
"vegetarian":
|
514 |
"website": "https://mazagrill.co/"
|
515 |
},
|
516 |
{
|
517 |
"name": "Terra Plata",
|
518 |
"price": "High",
|
519 |
"cuisine": "Spanish",
|
520 |
-
"gluten_free":
|
521 |
-
"vegan":
|
522 |
-
"lactose_intolerant":
|
523 |
-
"pescatarian":
|
524 |
-
"allergen_friendly":
|
525 |
-
"halal":
|
526 |
-
"kosher":
|
527 |
-
"vegetarian":
|
528 |
"website": "https://www.terraplata.com/"
|
529 |
},
|
530 |
{
|
531 |
"name": "Pestle Rock",
|
532 |
"price": "Moderate",
|
533 |
"cuisine": "Thai",
|
534 |
-
"gluten_free":
|
535 |
-
"vegan":
|
536 |
-
"lactose_intolerant":
|
537 |
-
"pescatarian":
|
538 |
-
"allergen_friendly":
|
539 |
-
"halal":
|
540 |
-
"kosher":
|
541 |
-
"vegetarian":
|
542 |
"website": "https://pestlerock.com/"
|
543 |
},
|
544 |
{
|
545 |
"name": "Araya's Place",
|
546 |
"price": "Low",
|
547 |
"cuisine": "Thai",
|
548 |
-
"gluten_free":
|
549 |
-
"vegan":
|
550 |
-
"lactose_intolerant":
|
551 |
-
"pescatarian":
|
552 |
-
"allergen_friendly":
|
553 |
-
"halal":
|
554 |
-
"kosher":
|
555 |
-
"vegetarian":
|
556 |
"website": "https://www.arayasplace.com/"
|
557 |
},
|
558 |
{
|
559 |
"name": "Cafe Turko",
|
560 |
"price": "Moderate",
|
561 |
"cuisine": "Turkish",
|
562 |
-
"gluten_free":
|
563 |
-
"vegan":
|
564 |
-
"lactose_intolerant":
|
565 |
-
"pescatarian":
|
566 |
-
"allergen_friendly":
|
567 |
-
"halal":
|
568 |
-
"kosher":
|
569 |
-
"vegetarian":
|
570 |
"website": "https://cafeturko.com/#"
|
571 |
},
|
572 |
{
|
573 |
"name": "Blossom Vegetarian",
|
574 |
"price": "Low",
|
575 |
"cuisine": "Vietnamese",
|
576 |
-
"gluten_free":
|
577 |
-
"vegan":
|
578 |
-
"lactose_intolerant":
|
579 |
-
"pescatarian":
|
580 |
-
"allergen_friendly":
|
581 |
-
"halal":
|
582 |
-
"kosher":
|
583 |
-
"vegetarian":
|
584 |
"website": "https://www.blossomrenton.com/"
|
585 |
},
|
586 |
{
|
587 |
"name": "Tilikum",
|
588 |
"price": "Moderate",
|
589 |
"cuisine": "European",
|
590 |
-
"gluten_free":
|
591 |
-
"vegan":
|
592 |
-
"lactose_intolerant":
|
593 |
-
"pescatarian":
|
594 |
-
"allergen_friendly":
|
595 |
-
"halal":
|
596 |
-
"kosher":
|
597 |
-
"vegetarian":
|
598 |
"website": "https://www.tilikumplacecafe.com/"
|
599 |
}
|
600 |
# Add more restaurant entries as needed
|
|
|
83 |
"name": "Harvest Beat",
|
84 |
"price": "High",
|
85 |
"cuisine": "American",
|
86 |
+
"gluten_free": True,
|
87 |
+
"vegan": True,
|
88 |
+
"lactose_intolerant": True,
|
89 |
+
"pescatarian": True,
|
90 |
+
"allergen_friendly": True,
|
91 |
+
"halal": False,
|
92 |
+
"kosher": False,
|
93 |
+
"vegetarian": True,
|
94 |
"website": "https://www.harvestbeat.com/"
|
95 |
},
|
96 |
{
|
97 |
"name": "Plum Bistro",
|
98 |
"price": "Moderate",
|
99 |
"cuisine": "American",
|
100 |
+
"gluten_free": True,
|
101 |
+
"vegan": True,
|
102 |
+
"lactose_intolerant": True,
|
103 |
+
"pescatarian": True,
|
104 |
+
"allergen_friendly": True,
|
105 |
+
"halal": False,
|
106 |
+
"kosher": False,
|
107 |
+
"vegetarian": True,
|
108 |
"website": "https://plumbistro.com/"
|
109 |
},
|
110 |
{
|
111 |
"name": "Portage Bay Cafe",
|
112 |
"price": "Low",
|
113 |
"cuisine": "American",
|
114 |
+
"gluten_free": True,
|
115 |
+
"vegan": True,
|
116 |
+
"lactose_intolerant": True,
|
117 |
+
"pescatarian": True,
|
118 |
+
"allergen_friendly": False,
|
119 |
+
"halal": False,
|
120 |
+
"kosher": False,
|
121 |
+
"vegetarian": True,
|
122 |
"website": "https://www.portagebaycafe.com/"
|
123 |
},
|
124 |
{
|
125 |
"name": "Duke's Seafood",
|
126 |
"price": "High",
|
127 |
"cuisine": "American",
|
128 |
+
"gluten_free": True,
|
129 |
+
"vegan": False,
|
130 |
+
"lactose_intolerant": True,
|
131 |
+
"pescatarian": True,
|
132 |
+
"allergen_friendly": True,
|
133 |
+
"halal": False,
|
134 |
+
"kosher": False,
|
135 |
+
"vegetarian": False,
|
136 |
"website": "https://www.dukesseafood.com/"
|
137 |
},
|
138 |
{
|
139 |
"name": "Olmstead",
|
140 |
"price": "Moderate",
|
141 |
"cuisine": "American",
|
142 |
+
"gluten_free": False,
|
143 |
+
"vegan": False,
|
144 |
+
"lactose_intolerant": False,
|
145 |
+
"pescatarian": False,
|
146 |
+
"allergen_friendly": False,
|
147 |
+
"halal": False,
|
148 |
+
"kosher": False,
|
149 |
+
"vegetarian": False,
|
150 |
"website": "https://www.olmsteadseattle.com/home"
|
151 |
},
|
152 |
{
|
153 |
"name": "Veggie Grill",
|
154 |
"price": "Low",
|
155 |
"cuisine": "American",
|
156 |
+
"gluten_free": True,
|
157 |
+
"vegan": True,
|
158 |
+
"lactose_intolerant": True,
|
159 |
+
"pescatarian": True,
|
160 |
+
"allergen_friendly": True,
|
161 |
+
"halal": False,
|
162 |
+
"kosher": False,
|
163 |
+
"vegetarian": True,
|
164 |
"website": "https://www.veggiegrill.com/menus/"
|
165 |
},
|
166 |
{
|
167 |
"name": "Cafe Flora",
|
168 |
"price": "Moderate",
|
169 |
"cuisine": "American",
|
170 |
+
"gluten_free": False,
|
171 |
+
"vegan": True,
|
172 |
+
"lactose_intolerant": False,
|
173 |
+
"pescatarian": True,
|
174 |
+
"allergen_friendly": False,
|
175 |
+
"halal": False,
|
176 |
+
"kosher": False,
|
177 |
+
"vegetarian": True,
|
178 |
"website": "https://florarestaurantgroup.com/"
|
179 |
},
|
180 |
{
|
181 |
"name": "Bounty Kitchen",
|
182 |
"price": "Low",
|
183 |
"cuisine": "American",
|
184 |
+
"gluten_free": True,
|
185 |
+
"vegan": True,
|
186 |
+
"lactose_intolerant": False,
|
187 |
+
"pescatarian": True,
|
188 |
+
"allergen_friendly": True,
|
189 |
+
"halal": False,
|
190 |
+
"kosher": False,
|
191 |
+
"vegetarian": True,
|
192 |
"website": "http://www.bountykitchenseattle.com/"
|
193 |
},
|
194 |
{
|
195 |
"name": "No Bones Beach Club",
|
196 |
"price": "Low",
|
197 |
"cuisine": "American",
|
198 |
+
"gluten_free": True,
|
199 |
+
"vegan": True,
|
200 |
+
"lactose_intolerant": False,
|
201 |
+
"pescatarian": True,
|
202 |
+
"allergen_friendly": True,
|
203 |
+
"halal": False,
|
204 |
+
"kosher": False,
|
205 |
+
"vegetarian": True,
|
206 |
"website": "https://nobonesbeachclub.com/menu/"
|
207 |
},
|
208 |
{
|
209 |
"name": "Chiho Bistro",
|
210 |
"price": "Low",
|
211 |
"cuisine": "Chinese",
|
212 |
+
"gluten_free": False,
|
213 |
+
"vegan": True,
|
214 |
+
"lactose_intolerant": False,
|
215 |
+
"pescatarian": False,
|
216 |
+
"allergen_friendly": False,
|
217 |
+
"halal": False,
|
218 |
+
"kosher": False,
|
219 |
+
"vegetarian": False,
|
220 |
"website": "https://www.chihobistro.com/"
|
221 |
},
|
222 |
{
|
223 |
"name": "Uptown China",
|
224 |
"price": "Moderate",
|
225 |
"cuisine": "Chinese",
|
226 |
+
"gluten_free": False,
|
227 |
+
"vegan": True,
|
228 |
+
"lactose_intolerant": True,
|
229 |
+
"pescatarian": True,
|
230 |
+
"allergen_friendly": False,
|
231 |
+
"halal": False,
|
232 |
+
"kosher": False,
|
233 |
+
"vegetarian": True,
|
234 |
"website": "https://uptown-china.com/"
|
235 |
},
|
236 |
{
|
237 |
"name": "Meskel Ethiopian Restaurant",
|
238 |
"price": "Moderate",
|
239 |
"cuisine": "Ethiopian",
|
240 |
+
"gluten_free": True,
|
241 |
+
"vegan": True,
|
242 |
+
"lactose_intolerant": True,
|
243 |
+
"pescatarian": True,
|
244 |
+
"allergen_friendly": True,
|
245 |
+
"halal": False,
|
246 |
+
"kosher": False,
|
247 |
+
"vegetarian": True,
|
248 |
"website": "https://meskelethiopian.com/menu"
|
249 |
},
|
250 |
{
|
251 |
"name": "Habesha Cafe",
|
252 |
"price": "Moderate",
|
253 |
"cuisine": "Ethiopian",
|
254 |
+
"gluten_free": False,
|
255 |
+
"vegan": True,
|
256 |
+
"lactose_intolerant": False,
|
257 |
+
"pescatarian": True,
|
258 |
+
"allergen_friendly": False,
|
259 |
+
"halal": False,
|
260 |
+
"kosher": False,
|
261 |
+
"vegetarian": True,
|
262 |
"website": "https://habesha.cafe/"
|
263 |
},
|
264 |
{
|
265 |
"name": "Musang",
|
266 |
"price": "High",
|
267 |
"cuisine": "Filipino",
|
268 |
+
"gluten_free": True,
|
269 |
+
"vegan": False,
|
270 |
+
"lactose_intolerant": True,
|
271 |
+
"pescatarian": True,
|
272 |
+
"allergen_friendly": True,
|
273 |
+
"halal": False,
|
274 |
+
"kosher": False,
|
275 |
+
"vegetarian": False,
|
276 |
"website": "https://www.musangseattle.com/"
|
277 |
},
|
278 |
{
|
279 |
"name": "Musang Seattle",
|
280 |
"price": "Moderate",
|
281 |
"cuisine": "Filipino",
|
282 |
+
"gluten_free": True,
|
283 |
+
"vegan": True,
|
284 |
+
"lactose_intolerant": True,
|
285 |
+
"pescatarian": True,
|
286 |
+
"allergen_friendly": False,
|
287 |
+
"halal": False,
|
288 |
+
"kosher": False,
|
289 |
+
"vegetarian": True,
|
290 |
"website": "https://www.musangseattle.com/musang"
|
291 |
},
|
292 |
{
|
293 |
"name": "Gold Coast Ghal",
|
294 |
"price": "Moderate",
|
295 |
"cuisine": "Ghanaian",
|
296 |
+
"gluten_free": False,
|
297 |
+
"vegan": False,
|
298 |
+
"lactose_intolerant": False,
|
299 |
+
"pescatarian": False,
|
300 |
+
"allergen_friendly": False,
|
301 |
+
"halal": False,
|
302 |
+
"kosher": False,
|
303 |
+
"vegetarian": False,
|
304 |
"website": "https://www.goldcoastghal.com/"
|
305 |
},
|
306 |
{
|
307 |
"name": "Marination Ma Kai",
|
308 |
"price": "Low",
|
309 |
"cuisine": "Hawaiian-Korean",
|
310 |
+
"gluten_free": True,
|
311 |
+
"vegan": False,
|
312 |
+
"lactose_intolerant": True,
|
313 |
+
"pescatarian": True,
|
314 |
+
"allergen_friendly": True,
|
315 |
+
"halal": False,
|
316 |
+
"kosher": False,
|
317 |
+
"vegetarian": True,
|
318 |
"website": "https://marinationmobile.com/menu"
|
319 |
},
|
320 |
{
|
321 |
"name": "Pabla Indian Cuisine",
|
322 |
"price": "Low",
|
323 |
"cuisine": "Indian",
|
324 |
+
"gluten_free": True,
|
325 |
+
"vegan": True,
|
326 |
+
"lactose_intolerant": True,
|
327 |
+
"pescatarian": True,
|
328 |
+
"allergen_friendly": False,
|
329 |
+
"halal": True,
|
330 |
+
"kosher": False,
|
331 |
+
"vegetarian": True,
|
332 |
"website": "http://www.pablacuisine"
|
333 |
},
|
334 |
{
|
335 |
"name": "Mint Progressive Indian",
|
336 |
"price": "Moderate",
|
337 |
"cuisine": "Indian",
|
338 |
+
"gluten_free": True,
|
339 |
+
"vegan": True,
|
340 |
+
"lactose_intolerant": True,
|
341 |
+
"pescatarian": True,
|
342 |
+
"allergen_friendly": False,
|
343 |
+
"halal": False,
|
344 |
+
"kosher": False,
|
345 |
+
"vegetarian": True,
|
346 |
"website": "https://www.mintprogressive.com/"
|
347 |
},
|
348 |
{
|
349 |
"name": "Cantinetta",
|
350 |
"price": "Moderate",
|
351 |
"cuisine": "Italian",
|
352 |
+
"gluten_free": False,
|
353 |
+
"vegan": False,
|
354 |
+
"lactose_intolerant": False,
|
355 |
+
"pescatarian": False,
|
356 |
+
"allergen_friendly": False,
|
357 |
+
"halal": False,
|
358 |
+
"kosher": False,
|
359 |
+
"vegetarian": False,
|
360 |
"website": "https://www.cantinettausa.com/wallingfordYes"
|
361 |
},
|
362 |
{
|
363 |
"name": "The Pink Door",
|
364 |
"price": "High",
|
365 |
"cuisine": "Italian",
|
366 |
+
"gluten_free": True,
|
367 |
+
"vegan": True,
|
368 |
+
"lactose_intolerant": True,
|
369 |
+
"pescatarian": False,
|
370 |
+
"allergen_friendly": False,
|
371 |
+
"halal": False,
|
372 |
+
"kosher": False,
|
373 |
+
"vegetarian": True,
|
374 |
"website": "https://www.thepinkdoor.net/"
|
375 |
},
|
376 |
{
|
377 |
"name": "Mashiko",
|
378 |
"price": "High",
|
379 |
"cuisine": "Japanese",
|
380 |
+
"gluten_free": False,
|
381 |
+
"vegan": True,
|
382 |
+
"lactose_intolerant": True,
|
383 |
+
"pescatarian": True,
|
384 |
+
"allergen_friendly": False,
|
385 |
+
"halal": False,
|
386 |
+
"kosher": False,
|
387 |
+
"vegetarian": False,
|
388 |
"website": "https://www.mashikorestaurant.com/"
|
389 |
},
|
390 |
{
|
391 |
"name": "Ben's Fast Food",
|
392 |
"price": "Low",
|
393 |
"cuisine": "Mexican",
|
394 |
+
"gluten_free": True,
|
395 |
+
"vegan": True,
|
396 |
+
"lactose_intolerant": True,
|
397 |
+
"pescatarian": True,
|
398 |
+
"allergen_friendly": False,
|
399 |
+
"halal": False,
|
400 |
+
"kosher": False,
|
401 |
+
"vegetarian": True,
|
402 |
"website": "https://bensfastfood.com/"
|
403 |
},
|
404 |
{
|
405 |
"name": "Sal y Limon",
|
406 |
"price": "Moderate",
|
407 |
"cuisine": "Mexican",
|
408 |
+
"gluten_free": False,
|
409 |
+
"vegan": False,
|
410 |
+
"lactose_intolerant": False,
|
411 |
+
"pescatarian": False,
|
412 |
+
"allergen_friendly": False,
|
413 |
+
"halal": False,
|
414 |
+
"kosher": False,
|
415 |
+
"vegetarian": True,
|
416 |
"website": "https://www.salylimonseattle.com/"
|
417 |
},
|
418 |
{
|
419 |
"name": "El Borracho",
|
420 |
"price": "Low",
|
421 |
"cuisine": "Mexican",
|
422 |
+
"gluten_free": True,
|
423 |
+
"vegan": True,
|
424 |
+
"lactose_intolerant": True,
|
425 |
+
"pescatarian": True,
|
426 |
+
"allergen_friendly": False,
|
427 |
+
"halal": False,
|
428 |
+
"kosher": False,
|
429 |
+
"vegetarian": True,
|
430 |
"website": "https://www.elborracho.co/"
|
431 |
},
|
432 |
{
|
433 |
"name": "Tanoor",
|
434 |
"price": "Moderate",
|
435 |
"cuisine": "Middle Eastern",
|
436 |
+
"gluten_free": True
|
437 |
+
"vegan": True,
|
438 |
+
"lactose_intolerant": True,
|
439 |
+
"pescatarian": True,
|
440 |
+
"allergen_friendly": True,
|
441 |
+
"halal": True,
|
442 |
+
"kosher": False,
|
443 |
+
"vegetarian": True,
|
444 |
"website": "https://www.tanoor.com/"
|
445 |
},
|
446 |
{
|
447 |
"name": "Mamnoon",
|
448 |
"price": "Moderate",
|
449 |
"cuisine": "Middle Eastern",
|
450 |
+
"gluten_free": True,
|
451 |
+
"vegan": True,
|
452 |
+
"lactose_intolerant": True,
|
453 |
+
"pescatarian": True,
|
454 |
+
"allergen_friendly": False,
|
455 |
+
"halal": False,
|
456 |
+
"kosher": False,
|
457 |
+
"vegetarian": True,
|
458 |
"website": "https://nadimama.com/mamnoon"
|
459 |
},
|
460 |
{
|
461 |
"name": "Gorgeous George's",
|
462 |
"price": "Moderate",
|
463 |
"cuisine": "Middle Eastern",
|
464 |
+
"gluten_free": True,
|
465 |
+
"vegan": True,
|
466 |
+
"lactose_intolerant": True,
|
467 |
+
"pescatarian": True,
|
468 |
+
"allergen_friendly": False,
|
469 |
+
"halal": False,
|
470 |
+
"kosher": False,
|
471 |
+
"vegetarian": True,
|
472 |
"website": "https://www.gorgeousgeorges.com/"
|
473 |
},
|
474 |
{
|
475 |
"name": "Zaina",
|
476 |
"price": "Low",
|
477 |
"cuisine": "Middle Eastern",
|
478 |
+
"gluten_free": True,
|
479 |
+
"vegan": True,
|
480 |
+
"lactose_intolerant": True,
|
481 |
+
"pescatarian": True,
|
482 |
+
"allergen_friendly": True,
|
483 |
+
"halal": True,
|
484 |
+
"kosher": False,
|
485 |
+
"vegetarian": True,
|
486 |
"website": "https://www.yelp.com/biz/zaina-food-drinks-and-friends-seattle-3"
|
487 |
},
|
488 |
{
|
489 |
"name": "Gold Schnitzel",
|
490 |
"price": "Moderate",
|
491 |
"cuisine": "Middle Eastern",
|
492 |
+
"gluten_free": False,
|
493 |
+
"vegan": False,
|
494 |
+
"lactose_intolerant": True,
|
495 |
+
"pescatarian": False,
|
496 |
+
"allergen_friendly": True,
|
497 |
+
"halal": False,
|
498 |
+
"kosher": False,
|
499 |
+
"vegetarian": False,
|
500 |
"website": "https://goldschnitzel.com/"
|
501 |
},
|
502 |
{
|
503 |
"name": "Maza Grill",
|
504 |
"price": "Moderate",
|
505 |
"cuisine": "Pakistani",
|
506 |
+
"gluten_free": False,
|
507 |
+
"vegan": False,
|
508 |
+
"lactose_intolerant": False,
|
509 |
+
"pescatarian": False,
|
510 |
+
"allergen_friendly": True,
|
511 |
+
"halal": False,
|
512 |
+
"kosher": False,
|
513 |
+
"vegetarian": False,
|
514 |
"website": "https://mazagrill.co/"
|
515 |
},
|
516 |
{
|
517 |
"name": "Terra Plata",
|
518 |
"price": "High",
|
519 |
"cuisine": "Spanish",
|
520 |
+
"gluten_free": False,
|
521 |
+
"vegan": False,
|
522 |
+
"lactose_intolerant": False,
|
523 |
+
"pescatarian": True,
|
524 |
+
"allergen_friendly": False,
|
525 |
+
"halal": False,
|
526 |
+
"kosher": False,
|
527 |
+
"vegetarian": False,
|
528 |
"website": "https://www.terraplata.com/"
|
529 |
},
|
530 |
{
|
531 |
"name": "Pestle Rock",
|
532 |
"price": "Moderate",
|
533 |
"cuisine": "Thai",
|
534 |
+
"gluten_free": True,
|
535 |
+
"vegan": True,
|
536 |
+
"lactose_intolerant": True,
|
537 |
+
"pescatarian": True,
|
538 |
+
"allergen_friendly": False,
|
539 |
+
"halal": False,
|
540 |
+
"kosher": False,
|
541 |
+
"vegetarian": True,
|
542 |
"website": "https://pestlerock.com/"
|
543 |
},
|
544 |
{
|
545 |
"name": "Araya's Place",
|
546 |
"price": "Low",
|
547 |
"cuisine": "Thai",
|
548 |
+
"gluten_free": False,
|
549 |
+
"vegan": True,
|
550 |
+
"lactose_intolerant": False,
|
551 |
+
"pescatarian": False,
|
552 |
+
"allergen_friendly": False,
|
553 |
+
"halal": False,
|
554 |
+
"kosher": False,
|
555 |
+
"vegetarian": True,
|
556 |
"website": "https://www.arayasplace.com/"
|
557 |
},
|
558 |
{
|
559 |
"name": "Cafe Turko",
|
560 |
"price": "Moderate",
|
561 |
"cuisine": "Turkish",
|
562 |
+
"gluten_free": True,
|
563 |
+
"vegan": True,
|
564 |
+
"lactose_intolerant": True,
|
565 |
+
"pescatarian": True,
|
566 |
+
"allergen_friendly": False,
|
567 |
+
"halal": True,
|
568 |
+
"kosher": False,
|
569 |
+
"vegetarian": True,
|
570 |
"website": "https://cafeturko.com/#"
|
571 |
},
|
572 |
{
|
573 |
"name": "Blossom Vegetarian",
|
574 |
"price": "Low",
|
575 |
"cuisine": "Vietnamese",
|
576 |
+
"gluten_free": True,
|
577 |
+
"vegan": True,
|
578 |
+
"lactose_intolerant": True,
|
579 |
+
"pescatarian": False,
|
580 |
+
"allergen_friendly": False,
|
581 |
+
"halal": False,
|
582 |
+
"kosher": False,
|
583 |
+
"vegetarian": True,
|
584 |
"website": "https://www.blossomrenton.com/"
|
585 |
},
|
586 |
{
|
587 |
"name": "Tilikum",
|
588 |
"price": "Moderate",
|
589 |
"cuisine": "European",
|
590 |
+
"gluten_free": False,
|
591 |
+
"vegan": False,
|
592 |
+
"lactose_intolerant": False,
|
593 |
+
"pescatarian": True,
|
594 |
+
"allergen_friendly": False,
|
595 |
+
"halal": False,
|
596 |
+
"kosher": False,
|
597 |
+
"vegetarian": False,
|
598 |
"website": "https://www.tilikumplacecafe.com/"
|
599 |
}
|
600 |
# Add more restaurant entries as needed
|