Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -518,6 +518,20 @@ def create_demo():
|
|
518 |
with gr.Blocks(css=_CUSTOM_CSS_) as demo:
|
519 |
gr.HTML(_HEADER_)
|
520 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
521 |
with gr.Row():
|
522 |
with gr.Column(scale=6):
|
523 |
with gr.Group(elem_id="input-panel", elem_classes="panel-box"):
|
|
|
518 |
with gr.Blocks(css=_CUSTOM_CSS_) as demo:
|
519 |
gr.HTML(_HEADER_)
|
520 |
|
521 |
+
gr.HTML(
|
522 |
+
"""
|
523 |
+
<div class='container' style='display:flex; justify-content:center; gap:12px;'>
|
524 |
+
<a href="https://huggingface.co/spaces/openfree/Best-AI" target="_blank">
|
525 |
+
<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">
|
526 |
+
</a>
|
527 |
+
|
528 |
+
<a href="https://discord.gg/openfreeai" target="_blank">
|
529 |
+
<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">
|
530 |
+
</a>
|
531 |
+
</div>
|
532 |
+
"""
|
533 |
+
)
|
534 |
+
|
535 |
with gr.Row():
|
536 |
with gr.Column(scale=6):
|
537 |
with gr.Group(elem_id="input-panel", elem_classes="panel-box"):
|