arpit13 commited on
Commit
c05d2a6
·
verified ·
1 Parent(s): 106417c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -105,8 +105,8 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
105
  tob = gr.Textbox(label="Time of Birth (HH:MM)", placeholder="11:40")
106
 
107
  with gr.Row():
108
- lat = gr.Number(label="Latitude", value=11)
109
- lon = gr.Number(label="Longitude", value=77)
110
  tz = gr.Number(label="Timezone (e.g., 5.5 for India)", value=5.5)
111
 
112
  result = gr.Markdown()
 
105
  tob = gr.Textbox(label="Time of Birth (HH:MM)", placeholder="11:40")
106
 
107
  with gr.Row():
108
+ lat = gr.Number(label="Latitude", value=23)
109
+ lon = gr.Number(label="Longitude", value=78)
110
  tz = gr.Number(label="Timezone (e.g., 5.5 for India)", value=5.5)
111
 
112
  result = gr.Markdown()