arpit13 commited on
Commit
e83b832
·
verified ·
1 Parent(s): 5fc7221

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -0
app.py CHANGED
@@ -124,6 +124,14 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
124
  create_button("Mahadasha Predictions", "maha-dasha-predictions", check_dasha)
125
  create_button("Antardasha", "antar-dasha", check_dasha)
126
  create_button("Char Dasha Current", "char-dasha-current", check_dasha)
 
 
 
 
 
 
 
 
127
 
128
  gr.Markdown("### 🔍 Enter your details above and click the relevant button to analyze your astrology report!")
129
 
 
124
  create_button("Mahadasha Predictions", "maha-dasha-predictions", check_dasha)
125
  create_button("Antardasha", "antar-dasha", check_dasha)
126
  create_button("Char Dasha Current", "char-dasha-current", check_dasha)
127
+ create_button("Char Dasha Main", "char-dasha-main", check_dasha)
128
+ create_button("Char Dasha Sub", "char-dasha-sub", check_dasha)
129
+ create_button("Current Mahadasha Full", "current-mahadasha-full", check_dasha)
130
+ create_button("Current Mahadasha", "current-mahadasha", check_dasha)
131
+ create_button("Paryantar Dasha", "paryantar-dasha", check_dasha)
132
+ create_button("Specific Dasha", "specific-sub-dasha", check_dasha)
133
+ create_button("Yogini Dasha Main", "yogini-dasha-main", check_dasha)
134
+ create_button("Yogini Dasha Sub", "yogini-dasha-sub", check_dasha)
135
 
136
  gr.Markdown("### 🔍 Enter your details above and click the relevant button to analyze your astrology report!")
137