Update app.py
Browse files
app.py
CHANGED
|
@@ -2,8 +2,7 @@ import gradio as gr
|
|
| 2 |
import requests
|
| 3 |
|
| 4 |
# API endpoint URL for the Horoscope API
|
| 5 |
-
API_URL = "https://ai-research.quarkgen.ai/templedekho/
|
| 6 |
-
# API_URL = "https://ai-research.quarkgen.ai/templedekho/v1/numerology"
|
| 7 |
|
| 8 |
def get_horoscope_response(name, year, month, day, hour, minutes, city, nation, language, question):
|
| 9 |
"""
|
|
|
|
| 2 |
import requests
|
| 3 |
|
| 4 |
# API endpoint URL for the Horoscope API
|
| 5 |
+
API_URL = "https://ai-research.quarkgen.ai/templedekho/horoscope/v1"
|
|
|
|
| 6 |
|
| 7 |
def get_horoscope_response(name, year, month, day, hour, minutes, city, nation, language, question):
|
| 8 |
"""
|