fantos commited on
Commit
b9ef883
·
verified ·
1 Parent(s): a6c3d78

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +13 -1
app.py CHANGED
@@ -114,7 +114,19 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as demo:
114
  </div>
115
  """
116
  )
117
-
 
 
 
 
 
 
 
 
 
 
 
 
118
  with gr.Row():
119
  with gr.Column(scale=3, elem_classes=["neon-card"]):
120
  with gr.Group():
 
114
  </div>
115
  """
116
  )
117
+ gr.HTML(
118
+ """
119
+ <div class='container' style='display:flex; justify-content:center; gap:12px;'>
120
+ <a href="https://huggingface.co/spaces/openfree/Best-AI" target="_blank">
121
+ <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">
122
+ </a>
123
+
124
+ <a href="https://discord.gg/openfreeai" target="_blank">
125
+ <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">
126
+ </a>
127
+ </div>
128
+ """
129
+ )
130
  with gr.Row():
131
  with gr.Column(scale=3, elem_classes=["neon-card"]):
132
  with gr.Group():