smriti-m commited on
Commit
697e5e3
·
verified ·
1 Parent(s): 59a87e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -104,7 +104,6 @@ def get_top_chunks(query, chunk_embeddings, text_chunks):
104
  return top_chunks
105
 
106
 
107
- print(best_next_watch)
108
 
109
  def respond(message, history):
110
  best_next_watch = get_top_chunks(message, chunk_embeddings, cleaned_chunks)
 
104
  return top_chunks
105
 
106
 
 
107
 
108
  def respond(message, history):
109
  best_next_watch = get_top_chunks(message, chunk_embeddings, cleaned_chunks)