fantaxy commited on
Commit
29d4919
·
verified ·
1 Parent(s): 473be2e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +15 -0
app.py CHANGED
@@ -278,6 +278,21 @@ init_db()
278
 
279
  with gr.Blocks(theme=gr.themes.Glass(), css=css) as app:
280
  selected_index = gr.State(None)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
281
 
282
  with gr.Tabs():
283
  with gr.TabItem("생성"):
 
278
 
279
  with gr.Blocks(theme=gr.themes.Glass(), css=css) as app:
280
  selected_index = gr.State(None)
281
+
282
+ gr.HTML(
283
+ """
284
+ <div class='container' style='display:flex; justify-content:center; gap:12px;'>
285
+ <a href="https://huggingface.co/spaces/openfree/Best-AI" target="_blank">
286
+ <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">
287
+ </a>
288
+
289
+ <a href="https://discord.gg/openfreeai" target="_blank">
290
+ <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">
291
+ </a>
292
+ </div>
293
+ """
294
+ )
295
+
296
 
297
  with gr.Tabs():
298
  with gr.TabItem("생성"):