broadfield-dev commited on
Commit
e065cf5
·
verified ·
1 Parent(s): b2e6e10

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -335,8 +335,8 @@ def get_concat_v_cut(in1, in2, theme='dark'):
335
 
336
  def nasa_sdo_composite(obj,size,date1,date2,ret_num):
337
  html_in=f"<style>{css}</style><div class='img_box_soho'>"
338
- if int(date2[6:8])-int(date1[6:8]) >0:
339
- return ("<div style='font-size:xxx-large'>Reduce Timespan to 24 hours</div>")
340
  in_year=f"{date2[0:4]}"
341
  in_month=f"{date2[4:6]}"
342
  in_day=f"{date2[6:8]}"
 
335
 
336
  def nasa_sdo_composite(obj,size,date1,date2,ret_num):
337
  html_in=f"<style>{css}</style><div class='img_box_soho'>"
338
+ #if int(date2[6:8])-int(date1[6:8]) >0:
339
+ # return ("<div style='font-size:xxx-large'>Reduce Timespan to 24 hours</div>")
340
  in_year=f"{date2[0:4]}"
341
  in_month=f"{date2[4:6]}"
342
  in_day=f"{date2[6:8]}"