Spaces:
Running
Running
Update app.py
Browse files
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 |
-
|
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,
|