mohbay commited on
Commit
bfb1e16
·
verified ·
1 Parent(s): 9047756

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -331,7 +331,7 @@ def predict(text):
331
 
332
  return results
333
 
334
- title = "Enhanced Search with BM25"
335
  iface = gr.Interface(
336
  fn=predict,
337
  inputs=[gr.Textbox(label="Search Query", lines=3)],
 
331
 
332
  return results
333
 
334
+ title = "Enhanced Fatwa Search with BM25"
335
  iface = gr.Interface(
336
  fn=predict,
337
  inputs=[gr.Textbox(label="Search Query", lines=3)],