salso ultimaxxl commited on
Commit
c56afba
Β·
verified Β·
1 Parent(s): 678f8e3

Add ProductHunt link (#9)

Browse files

- Add ProductHunt link (f1ac2b619a22f449f474cdc0b9a9cb54e4642455)


Co-authored-by: fmarcano <[email protected]>

Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -192,6 +192,9 @@ header = """
192
  <a href="https://fotographer.ai/zen-control" target="_blank" style="margin: 2px;" name="lp_link"><img src="https://img.shields.io/badge/Website-Landing_Page-blue" alt="LP" style="display: inline-block; vertical-align: middle;"></a>
193
  <a href="https://x.com/FotographerAI" target="_blank" style="margin: 2px;" name="twitter_link"><img src="https://img.shields.io/twitter/follow/FotographerAI?style=social" alt="X" style="display: inline-block; vertical-align: middle;"></a>
194
  </div>
 
 
 
195
  """
196
 
197
  with gr.Blocks(title="🌍 ZenCtrl-medium") as demo:
 
192
  <a href="https://fotographer.ai/zen-control" target="_blank" style="margin: 2px;" name="lp_link"><img src="https://img.shields.io/badge/Website-Landing_Page-blue" alt="LP" style="display: inline-block; vertical-align: middle;"></a>
193
  <a href="https://x.com/FotographerAI" target="_blank" style="margin: 2px;" name="twitter_link"><img src="https://img.shields.io/twitter/follow/FotographerAI?style=social" alt="X" style="display: inline-block; vertical-align: middle;"></a>
194
  </div>
195
+ <div align="center" style="line-height: 1; margin-top: 16px;">
196
+ <a href="https://www.producthunt.com/products/zenctrl?embed=true&utm_source=badge-featured&utm_medium=badge&utm_source=badge-zenctrl" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=969113&theme=light&t=1749428880088" alt="ZenCtrl - Framework&#0032;to&#0032;generate&#0032;multi&#0045;view&#0032;images | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" /></a>
197
+ </div>
198
  """
199
 
200
  with gr.Blocks(title="🌍 ZenCtrl-medium") as demo: