broadfield-dev commited on
Commit
9e8ea3f
·
verified ·
1 Parent(s): f8e687b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -254,7 +254,7 @@ with gr.Blocks() as app:
254
  html_raw=gr.HTML()
255
  links=gr.JSON()
256
 
257
- #app.load(get_time,None,[time_html,year1,month1,day1,hour1,minute1,year2,month2,day2,hour2,minute2]).then(make_tree,None,drop1)
258
  app.load(get_time,None,[time_html]).then(make_tree,None,drop1)
259
  load_btn.click(load_json,[drop1,drop2,drop3,drop4,drop5,drop6,drop7,drop8],[html_raw,links])
260
  anim_btn.click(make_animation,[drop1,drop2,drop3,drop4,drop5,drop6,drop7,drop8,cnt],[html_raw])
 
254
  html_raw=gr.HTML()
255
  links=gr.JSON()
256
 
257
+ app.load(get_time,None,[time_html,year1,month1,day1,hour1,minute1,year2,month2,day2,hour2,minute2]).then(make_tree,None,drop1)
258
  app.load(get_time,None,[time_html]).then(make_tree,None,drop1)
259
  load_btn.click(load_json,[drop1,drop2,drop3,drop4,drop5,drop6,drop7,drop8],[html_raw,links])
260
  anim_btn.click(make_animation,[drop1,drop2,drop3,drop4,drop5,drop6,drop7,drop8,cnt],[html_raw])