shlokamhaisekar commited on
Commit
51f08a7
·
verified ·
1 Parent(s): d769bcd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -102,7 +102,7 @@ def get_top_chunks(query, chunk_embeddings, text_chunks):
102
  # Return the list of most relevant chunks
103
  return top_chunks
104
 
105
- def respond(message, history):
106
  response = ""
107
  best_recipes_chunk = get_top_chunks(message, chunk_embeddings, cleaned_chunks)
108
  print(best_recipes_chunk)
 
102
  # Return the list of most relevant chunks
103
  return top_chunks
104
 
105
+ def respond(message, selected_options, history,):
106
  response = ""
107
  best_recipes_chunk = get_top_chunks(message, chunk_embeddings, cleaned_chunks)
108
  print(best_recipes_chunk)