arpit13 commited on
Commit
4733d34
·
verified ·
1 Parent(s): aac07ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -0
app.py CHANGED
@@ -136,6 +136,15 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
136
  create_button("Specific Dasha", "specific-sub-dasha", check_dasha)
137
  create_button("Yogini Dasha Main", "yogini-dasha-main", check_dasha)
138
  create_button("Yogini Dasha Sub", "yogini-dasha-sub", check_dasha)
 
 
 
 
 
 
 
 
 
139
 
140
  gr.Markdown("### 🔍 Enter your details above and click the relevant button to analyze your astrology report!")
141
 
 
136
  create_button("Specific Dasha", "specific-sub-dasha", check_dasha)
137
  create_button("Yogini Dasha Main", "yogini-dasha-main", check_dasha)
138
  create_button("Yogini Dasha Sub", "yogini-dasha-sub", check_dasha)
139
+
140
+ gr.Markdown("## 🌙 Extended Horoscope")
141
+ with gr.Row():
142
+ create_button("Find Moon Sign", "find-moon-sign", check_extended_horoscope)
143
+ create_button("Find Sun Sign", "find-sun-sign", check_extended_horoscope)
144
+ create_button("Find Ascendant", "find-ascendant", check_extended_horoscope)
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