Update app.py
Browse files
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"):
|