Abdullah104 commited on
Commit
5ff1c8b
·
verified ·
1 Parent(s): 8d95e59

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -14,8 +14,8 @@ def get_ayyahs(word:str,required_instances:int = 3)->list:
14
  Retrieves occurrences of a given word in the Quran and returns a list of ayahs.
15
 
16
  Args:
17
- word : The word to search for in the Quran.
18
- required_instances : The number of occurrences to return.
19
  Defaults to 3. If fewer occurrences
20
  exist, all available results are returned.
21
 
 
14
  Retrieves occurrences of a given word in the Quran and returns a list of ayahs.
15
 
16
  Args:
17
+ word: The word to search for in the Quran.
18
+ required_instances: The number of occurrences to return.
19
  Defaults to 3. If fewer occurrences
20
  exist, all available results are returned.
21