Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -108,8 +108,8 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
108 |
tob = gr.Textbox(label="Time of Birth (HH:MM)", placeholder="11:40")
|
109 |
|
110 |
with gr.Row():
|
111 |
-
lat = gr.Number(label="Latitude", value=
|
112 |
-
lon = gr.Number(label="Longitude", value=
|
113 |
tz = gr.Number(label="Timezone (e.g., 5.5 for India)", value=5.5)
|
114 |
|
115 |
result = gr.Markdown()
|
|
|
108 |
tob = gr.Textbox(label="Time of Birth (HH:MM)", placeholder="11:40")
|
109 |
|
110 |
with gr.Row():
|
111 |
+
lat = gr.Number(label="Latitude", value=23)
|
112 |
+
lon = gr.Number(label="Longitude", value=78)
|
113 |
tz = gr.Number(label="Timezone (e.g., 5.5 for India)", value=5.5)
|
114 |
|
115 |
result = gr.Markdown()
|