RAMYASRI-39 commited on
Commit
3e84968
1 Parent(s): 5601c6e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -111,7 +111,7 @@ def add_text(history, text):
111
 
112
  def bot(history, cross_encoder):
113
  top_rerank = 25
114
- top_k_rank = 20
115
  query = history[-1][0]
116
 
117
  if not query:
 
111
 
112
  def bot(history, cross_encoder):
113
  top_rerank = 25
114
+ top_k_rank = 10
115
  query = history[-1][0]
116
 
117
  if not query: