fantaxy commited on
Commit
11a951a
·
verified ·
1 Parent(s): 7ce5906

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +16 -1
app.py CHANGED
@@ -111,7 +111,22 @@ footer {
111
 
112
  with gr.Blocks(theme="soft", css=css, analytics_enabled=False) as demo:
113
  gr.HTML('<div class="title"> Flux lora RollsRoyce</div>')
114
- gr.HTML('<div class="title">😄Community: <a href="https://discord.gg/openfreeai" target="_blank">https://discord.gg/openfreeai</a></div>')
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
115
  with gr.Tabs() as tabs:
116
  with gr.Tab("Generation"):
117
  with gr.Column(elem_id="col-container"):
 
111
 
112
  with gr.Blocks(theme="soft", css=css, analytics_enabled=False) as demo:
113
  gr.HTML('<div class="title"> Flux lora RollsRoyce</div>')
114
+
115
+
116
+ gr.HTML(
117
+ """
118
+ <div class='container' style='display:flex; justify-content:center; gap:12px;'>
119
+ <a href="https://huggingface.co/spaces/openfree/Best-AI" target="_blank">
120
+ <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">
121
+ </a>
122
+
123
+ <a href="https://discord.gg/openfreeai" target="_blank">
124
+ <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">
125
+ </a>
126
+ </div>
127
+ """
128
+ )
129
+
130
  with gr.Tabs() as tabs:
131
  with gr.Tab("Generation"):
132
  with gr.Column(elem_id="col-container"):