Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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><
|
| 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><img src={get_url2}{spl2}></div>'
|
| 124 |
html_out+="</div>"
|
| 125 |
except Exception as e:
|
| 126 |
print(e)
|