Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -364,6 +364,7 @@ def count_days(date1,date2):
|
|
| 364 |
|
| 365 |
|
| 366 |
def nasa_sdo_images(obj,size,date1,date2):
|
|
|
|
| 367 |
html_in=f"<style>{css}</style><div class='img_box_soho'>"
|
| 368 |
print(date1 + " - " + date2)
|
| 369 |
#if int(date2[6:8])-int(date1[6:8]) >0:
|
|
|
|
| 364 |
|
| 365 |
|
| 366 |
def nasa_sdo_images(obj,size,date1,date2):
|
| 367 |
+
url_box=[]
|
| 368 |
html_in=f"<style>{css}</style><div class='img_box_soho'>"
|
| 369 |
print(date1 + " - " + date2)
|
| 370 |
#if int(date2[6:8])-int(date1[6:8]) >0:
|