Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -72,7 +72,7 @@ def check_dasha(dasha_type, name, dob, tob, lat, lon, tz):
|
|
72 |
|
73 |
# Function to check Extended Horoscope
|
74 |
def check_extended_horoscope(horoscope_type, name, dob, tob, lat, lon, tz):
|
75 |
-
response = fetch_astrology_data(f"
|
76 |
if isinstance(response, str):
|
77 |
return gr.Markdown(response)
|
78 |
|
|
|
72 |
|
73 |
# Function to check Extended Horoscope
|
74 |
def check_extended_horoscope(horoscope_type, name, dob, tob, lat, lon, tz):
|
75 |
+
response = fetch_astrology_data(f"extended-horoscope/{horoscope_type}", dob, tob, lat, lon, tz)
|
76 |
if isinstance(response, str):
|
77 |
return gr.Markdown(response)
|
78 |
|