fantos commited on
Commit
4c800d2
·
verified ·
1 Parent(s): d577ee4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +15 -0
app.py CHANGED
@@ -195,6 +195,21 @@ footer {
195
 
196
  with gr.Blocks(css=css) as demo:
197
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
198
  with gr.Tab("By prompt", id="tab_prompt"):
199
  with gr.Row():
200
  with gr.Column():
 
195
 
196
  with gr.Blocks(css=css) as demo:
197
 
198
+ gr.HTML(
199
+ """
200
+ <div class='container' style='display:flex; justify-content:center; gap:12px;'>
201
+ <a href="https://huggingface.co/spaces/openfree/Best-AI" target="_blank">
202
+ <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">
203
+ </a>
204
+
205
+ <a href="https://discord.gg/openfreeai" target="_blank">
206
+ <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">
207
+ </a>
208
+ </div>
209
+ """
210
+ )
211
+
212
+
213
  with gr.Tab("By prompt", id="tab_prompt"):
214
  with gr.Row():
215
  with gr.Column():