Omnibus commited on
Commit
7b97a9d
·
verified ·
1 Parent(s): ffa0f93

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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']