Update app.py
Browse files
app.py
CHANGED
@@ -79,6 +79,7 @@ def generate_response(user_query, relevant_segment):
|
|
79 |
|
80 |
# Define a sample list of restaurants (replace this with your actual data source)
|
81 |
restaurants = [
|
|
|
82 |
"name": "Harvest Beat",
|
83 |
"price": "High",
|
84 |
"cuisine": "American",
|
|
|
79 |
|
80 |
# Define a sample list of restaurants (replace this with your actual data source)
|
81 |
restaurants = [
|
82 |
+
{
|
83 |
"name": "Harvest Beat",
|
84 |
"price": "High",
|
85 |
"cuisine": "American",
|