Spaces:
Sleeping
Sleeping
shamimjony1000
commited on
Update llm_part.py
Browse files- llm_part.py +1 -1
llm_part.py
CHANGED
@@ -38,7 +38,7 @@ def get_next_prayer(current_time):
|
|
38 |
return prayer, time_str # Return both prayer name and time
|
39 |
|
40 |
#return "Isha", times[-1]
|
41 |
-
return prayer_times
|
42 |
|
43 |
|
44 |
templates = {
|
|
|
38 |
return prayer, time_str # Return both prayer name and time
|
39 |
|
40 |
#return "Isha", times[-1]
|
41 |
+
return prayer_times, times[-1]
|
42 |
|
43 |
|
44 |
templates = {
|