mohbay commited on
Commit
518cb73
·
verified ·
1 Parent(s): f270b00

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ def search_fatwa(query):
22
  "question2": df2.iloc[top_idx2]["question"],
23
  "link2": df2.iloc[top_idx2]["link"],
24
  }
25
-
26
  iface = gr.Interface(
27
  fn=search_fatwa,
28
  inputs="text",
 
22
  "question2": df2.iloc[top_idx2]["question"],
23
  "link2": df2.iloc[top_idx2]["link"],
24
  }
25
+ print("AAAAA")
26
  iface = gr.Interface(
27
  fn=search_fatwa,
28
  inputs="text",