arpit13 commited on
Commit
0e872b0
·
verified ·
1 Parent(s): 8916b04

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -61,9 +61,9 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
61
  tob = gr.Textbox(label="Time (HH:MM)", placeholder="11:40")
62
 
63
  with gr.Row():
64
- lat = gr.Number(label="Latitude", placeholder="11")
65
- lon = gr.Number(label="Longitude", placeholder="77")
66
- tz = gr.Number(label="Time Zone", placeholder="5.5")
67
 
68
  result = gr.Markdown()
69
 
 
61
  tob = gr.Textbox(label="Time (HH:MM)", placeholder="11:40")
62
 
63
  with gr.Row():
64
+ lat = gr.Number(label="Latitude", value=11)
65
+ lon = gr.Number(label="Longitude", value=77)
66
+ tz = gr.Number(label="Time Zone", value=5.5)
67
 
68
  result = gr.Markdown()
69