Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -330,7 +330,20 @@ with gr.Blocks(css=css) as demo:
|
|
330 |
<div class="subtitle">Create beautiful hand-drawn style diagrams using FLUX AI</div>
|
331 |
""")
|
332 |
|
333 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
334 |
|
335 |
with gr.Row(equal_height=True) as main_row:
|
336 |
# 왼쪽 입력 컬럼
|
|
|
330 |
<div class="subtitle">Create beautiful hand-drawn style diagrams using FLUX AI</div>
|
331 |
""")
|
332 |
|
333 |
+
gr.HTML(
|
334 |
+
"""
|
335 |
+
<div class='container' style='display:flex; justify-content:center; gap:12px;'>
|
336 |
+
<a href="https://huggingface.co/spaces/openfree/Best-AI" target="_blank">
|
337 |
+
<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">
|
338 |
+
</a>
|
339 |
+
|
340 |
+
<a href="https://discord.gg/openfreeai" target="_blank">
|
341 |
+
<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">
|
342 |
+
</a>
|
343 |
+
</div>
|
344 |
+
"""
|
345 |
+
)
|
346 |
+
|
347 |
|
348 |
with gr.Row(equal_height=True) as main_row:
|
349 |
# 왼쪽 입력 컬럼
|