Jai12345 commited on
Commit
795999b
1 Parent(s): 8257d24

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -139,7 +139,7 @@ def display_as_table(model, score='score'):
139
 
140
  st.title("Search Your Query Here")
141
  window_size = 3
142
- bi_enc_options = "multi-qa-mpnet-base-dot-v1"
143
 
144
  # This will search articles for passages to answer the query
145
  def search_func(query):
 
139
 
140
  st.title("Search Your Query Here")
141
  window_size = 3
142
+ bi_encoder_type = "multi-qa-mpnet-base-dot-v1"
143
 
144
  # This will search articles for passages to answer the query
145
  def search_func(query):