Bofandra commited on
Commit
22383c2
·
verified ·
1 Parent(s): 323d77e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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('output.csv')
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