Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -268,8 +268,8 @@ def make_nasa_soho_image_trigger():
|
|
| 268 |
|
| 269 |
def nasa_sdo_images(obj,size,date1,date2):
|
| 270 |
html_in=f"<style>{css}</style><div class='img_box_soho'>"
|
| 271 |
-
if int(date2[6:8])-int(date1[6:8]) >0:
|
| 272 |
-
|
| 273 |
|
| 274 |
in_year=f"{date2[0:4]}"
|
| 275 |
in_month=f"{date2[4:6]}"
|
|
|
|
| 268 |
|
| 269 |
def nasa_sdo_images(obj,size,date1,date2):
|
| 270 |
html_in=f"<style>{css}</style><div class='img_box_soho'>"
|
| 271 |
+
#if int(date2[6:8])-int(date1[6:8]) >0:
|
| 272 |
+
# return ("<div style='font-size:xxx-large'>Reduce Timespan to 24 hours</div>")
|
| 273 |
|
| 274 |
in_year=f"{date2[0:4]}"
|
| 275 |
in_month=f"{date2[4:6]}"
|