Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
| 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]}"
|