ginipick commited on
Commit
62bf7b3
ยท
verified ยท
1 Parent(s): 3d0cf98

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +15 -0
app.py CHANGED
@@ -436,6 +436,21 @@ def create_interface():
436
 
437
  gr.HTML("<h1>Flux Prompt Generator(ํ”„๋กฌํ”„ํŠธ์— ํ•œ๊ธ€ ์ž…๋ ฅ ๊ฐ€๋Šฅ)</h1>")
438
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
439
  with gr.Row():
440
  with gr.Column(scale=2):
441
  with gr.Accordion("Basic Settings"):
 
436
 
437
  gr.HTML("<h1>Flux Prompt Generator(ํ”„๋กฌํ”„ํŠธ์— ํ•œ๊ธ€ ์ž…๋ ฅ ๊ฐ€๋Šฅ)</h1>")
438
 
439
+ gr.HTML(
440
+ """
441
+ <div class='container' style='display:flex; justify-content:center; gap:12px;'>
442
+ <a href="https://huggingface.co/spaces/openfree/Best-AI" target="_blank">
443
+ <img src="https://img.shields.io/static/v1?label=OpenFree&message=BEST%20AI%20Services&color=%230000ff&labelColor=%23000080&logo=huggingface&logoColor=%23ffa500&style=for-the-badge" alt="OpenFree badge">
444
+ </a>
445
+
446
+ <a href="https://discord.gg/openfreeai" target="_blank">
447
+ <img src="https://img.shields.io/static/v1?label=Discord&message=Openfree%20AI&color=%230000ff&labelColor=%23800080&logo=discord&logoColor=white&style=for-the-badge" alt="Discord badge">
448
+ </a>
449
+ </div>
450
+ """
451
+ )
452
+
453
+
454
  with gr.Row():
455
  with gr.Column(scale=2):
456
  with gr.Accordion("Basic Settings"):