Spaces:
Sleeping
Sleeping
print the keyword
Browse files
app.py
CHANGED
@@ -159,7 +159,7 @@ def get_top_5_destinations(user_query):
|
|
159 |
print(normalize_query)
|
160 |
|
161 |
# Generate response to user using Groq VM
|
162 |
-
def generate_response(top_places):
|
163 |
try:
|
164 |
# Prepare the destinations data in JSON format for the model to use directly
|
165 |
destinations_data = ", ".join([
|
|
|
159 |
print(normalize_query)
|
160 |
|
161 |
# Generate response to user using Groq VM
|
162 |
+
def generate_response(user_query, top_places):
|
163 |
try:
|
164 |
# Prepare the destinations data in JSON format for the model to use directly
|
165 |
destinations_data = ", ".join([
|