mohbay commited on
Commit
ee6ab0d
·
verified ·
1 Parent(s): 0430419

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,7 +87,7 @@ def search_fatwa(data):
87
 
88
  Question 2: {df2.iloc[top_idx2]["question"]}
89
  Link 2: {df2.iloc[top_idx2]["link"]}"""
90
- return result
91
 
92
  iface = gr.Interface(
93
  fn=search_fatwa,
 
87
 
88
  Question 2: {df2.iloc[top_idx2]["question"]}
89
  Link 2: {df2.iloc[top_idx2]["link"]}"""
90
+ return result
91
 
92
  iface = gr.Interface(
93
  fn=search_fatwa,