hasnanmr commited on
Commit
9633001
·
1 Parent(s): 2501882

print the keyword

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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([