Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -186,6 +186,20 @@ def create_snow_effect():
|
|
| 186 |
|
| 187 |
with gr.Blocks(theme="soft", css=css) as demo:
|
| 188 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 189 |
create_snow_effect()
|
| 190 |
with gr.Row():
|
| 191 |
run_button = gr.Button(value="Run")
|
|
|
|
| 186 |
|
| 187 |
with gr.Blocks(theme="soft", css=css) as demo:
|
| 188 |
|
| 189 |
+
gr.HTML(
|
| 190 |
+
"""
|
| 191 |
+
<div class='container' style='display:flex; justify-content:center; gap:12px;'>
|
| 192 |
+
<a href="https://huggingface.co/spaces/openfree/Best-AI" target="_blank">
|
| 193 |
+
<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">
|
| 194 |
+
</a>
|
| 195 |
+
|
| 196 |
+
<a href="https://discord.gg/openfreeai" target="_blank">
|
| 197 |
+
<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">
|
| 198 |
+
</a>
|
| 199 |
+
</div>
|
| 200 |
+
"""
|
| 201 |
+
)
|
| 202 |
+
|
| 203 |
create_snow_effect()
|
| 204 |
with gr.Row():
|
| 205 |
run_button = gr.Button(value="Run")
|