Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -64,7 +64,7 @@ def find(query):
|
|
64 |
#results = results.style.format({'text': make_clickable_both})
|
65 |
|
66 |
#return sorted_quran
|
67 |
-
filepath = Path('
|
68 |
results.to_csv(filepath)
|
69 |
return results, filepath
|
70 |
|
|
|
64 |
#results = results.style.format({'text': make_clickable_both})
|
65 |
|
66 |
#return sorted_quran
|
67 |
+
filepath = Path(query+'.csv')
|
68 |
results.to_csv(filepath)
|
69 |
return results, filepath
|
70 |
|