broadfield-dev commited on
Commit
6c070cc
·
verified ·
1 Parent(s): ed5f851

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -120,7 +120,7 @@ def make_animation(url1="",url2="",url3="",url4="",url5="",url6="",url7="",url8=
120
  files_out.append(f'{uid}.gif')
121
  html_out=f"<style>{css}</style><div>"
122
 
123
- html_out+=f'<div class="img_class"><a href="{get_url2}{spl2}" target="_blank">{spl2}</a><br><img src={get_url2}{spl2}></div>'
124
  html_out+="</div>"
125
  except Exception as e:
126
  print(e)
 
120
  files_out.append(f'{uid}.gif')
121
  html_out=f"<style>{css}</style><div>"
122
 
123
+ html_out+=f'<div class="img_class"><a href="{get_url2}{spl2}" target="_blank">{spl2}</a><br><video src={get_url2}{spl2}></div>'
124
  html_out+="</div>"
125
  except Exception as e:
126
  print(e)