Update app.py
Browse files
app.py
CHANGED
@@ -195,8 +195,8 @@ def query(prompt, negative_prompt, steps=4, cfg_scale=0, seed=-1, width=1024, he
|
|
195 |
arinteli_url = f"{ARINTELI_REDIRECT_BASE}?download_url={encoded_file_url}&space_name={space_name}"
|
196 |
|
197 |
download_html = (
|
198 |
-
f'<div style="text-align:
|
199 |
-
f'<a href="{arinteli_url}" target="_blank"
|
200 |
f'Download Image'
|
201 |
f'</a>'
|
202 |
f'</div>'
|
|
|
195 |
arinteli_url = f"{ARINTELI_REDIRECT_BASE}?download_url={encoded_file_url}&space_name={space_name}"
|
196 |
|
197 |
download_html = (
|
198 |
+
f'<div style="text-align: right; margin-right: -8px;">'
|
199 |
+
f'<a href="{arinteli_url}" target="_blank" style="background: #3dd49f; color: white; padding: 7px 25px; border-radius: 6px; text-decoration: none;">'
|
200 |
f'Download Image'
|
201 |
f'</a>'
|
202 |
f'</div>'
|