Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ def get_restaurant_suggestion(food_type:str)-> str: #it's import to specify the
|
|
44 |
"""
|
45 |
restaurant = "The Default Restaurant"
|
46 |
if food_type=="italian":
|
47 |
-
restaurant = "Mario
|
48 |
if food_type=="asian":
|
49 |
restaurant = "The Great Wall"
|
50 |
|
|
|
44 |
"""
|
45 |
restaurant = "The Default Restaurant"
|
46 |
if food_type=="italian":
|
47 |
+
restaurant = "Mario e Luigi"
|
48 |
if food_type=="asian":
|
49 |
restaurant = "The Great Wall"
|
50 |
|