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