greendra commited on
Commit
96200b1
·
verified ·
1 Parent(s): 50f03cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -198,8 +198,8 @@ def query(prompt, negative_prompt="", steps=4, cfg_scale=0, seed=-1, width=1024,
198
  arinteli_url = f"{ARINTELI_REDIRECT_BASE}?download_url={encoded_file_url}&space_name={space_name}"
199
 
200
  download_html = (
201
- f'<div style="text-align: center; margin-top: 15px;">' # Keep existing style
202
- f'<a href="{arinteli_url}" target="_blank" class="gr-button gr-button-lg gr-button-primary">'
203
  f'Download Image'
204
  f'</a>'
205
  f'</div>'
 
198
  arinteli_url = f"{ARINTELI_REDIRECT_BASE}?download_url={encoded_file_url}&space_name={space_name}"
199
 
200
  download_html = (
201
+ f'<div style="text-align: right; margin-right: -8px;">'
202
+ f'<a href="{arinteli_url}" target="_blank" style="background: #3dd49f; color: white; padding: 7px 25px; border-radius: 6px; text-decoration: none;">'
203
  f'Download Image'
204
  f'</a>'
205
  f'</div>'