Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -217,6 +217,7 @@ def make_nasa_soho_videos():
|
|
217 |
return html_out
|
218 |
|
219 |
def make_nasa_soho_images(inp_src: list):
|
|
|
220 |
#html_out=f"<style>{css}</style><div class='img_box_soho'>"
|
221 |
for ea in inp_src:
|
222 |
file_name=ea['source']
|
|
|
217 |
return html_out
|
218 |
|
219 |
def make_nasa_soho_images(inp_src: list):
|
220 |
+
html_out=""
|
221 |
#html_out=f"<style>{css}</style><div class='img_box_soho'>"
|
222 |
for ea in inp_src:
|
223 |
file_name=ea['source']
|