arpit13 commited on
Commit
b7f145d
·
verified ·
1 Parent(s): b139236

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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=11)
112
- lon = gr.Number(label="Longitude", value=77)
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()