RAMYASRI-39 commited on
Commit
2482905
1 Parent(s): cd5a119

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -110,8 +110,8 @@ def add_text(history, text):
110
 
111
 
112
  def bot(history, cross_encoder):
113
- top_rerank = 15
114
- top_k_rank = 10
115
  query = history[-1][0]
116
 
117
  if not query:
 
110
 
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: