Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -124,7 +124,7 @@ def check_horoscope(horoscope_kundali_type, name, dob, tob, lat, lon, tz):
|
|
124 |
|
125 |
# Gradio UI with improvements
|
126 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
127 |
-
gr.Markdown("# 🪐 Astrology Checker
|
128 |
|
129 |
with gr.Row():
|
130 |
name = gr.Textbox(label="Name", placeholder="Enter your name")
|
|
|
124 |
|
125 |
# Gradio UI with improvements
|
126 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
127 |
+
gr.Markdown("# 🪐 Astrology Checker")
|
128 |
|
129 |
with gr.Row():
|
130 |
name = gr.Textbox(label="Name", placeholder="Enter your name")
|