Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -145,6 +145,18 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
145 |
create_button("Current Sade Sati", "current-sade-sati", check_extended_horoscope)
|
146 |
create_button("Extended Kundli Details", "extended-kundli-details", check_extended_horoscope)
|
147 |
create_button("Shad Bala", "shad-bala", check_extended_horoscope)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
148 |
|
149 |
gr.Markdown("### 🔍 Enter your details above and click the relevant button to analyze your astrology report!")
|
150 |
|
|
|
145 |
create_button("Current Sade Sati", "current-sade-sati", check_extended_horoscope)
|
146 |
create_button("Extended Kundli Details", "extended-kundli-details", check_extended_horoscope)
|
147 |
create_button("Shad Bala", "shad-bala", check_extended_horoscope)
|
148 |
+
create_button("Shad Sati Table", "sade-sati-table", check_extended_horoscope)
|
149 |
+
create_button("Friendship", "friendship", check_extended_horoscope)
|
150 |
+
create_button("Kp Houses", "kp-houses", check_extended_horoscope)
|
151 |
+
create_button("Kp Planets", "kp-planets", check_extended_horoscope)
|
152 |
+
create_button("Gem Suggestion", "gem-suggestion", check_extended_horoscope)
|
153 |
+
create_button("Numero table", "numero-table", check_extended_horoscope)
|
154 |
+
create_button("Rudraksh Suggestion", "rudraksh-suggestion", check_extended_horoscope)
|
155 |
+
create_button("Varshapal Details", "varshapal-details", check_extended_horoscope)
|
156 |
+
create_button("Varshapal Month Chart", "varshapal-month-chart", check_extended_horoscope)
|
157 |
+
create_button("Varshapal Year Chart", "varshapal-year-chart", check_extended_horoscope)
|
158 |
+
create_button("Yoga List", "yoga-list", check_extended_horoscope)
|
159 |
+
|
160 |
|
161 |
gr.Markdown("### 🔍 Enter your details above and click the relevant button to analyze your astrology report!")
|
162 |
|