Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -236,6 +236,21 @@ footer {
|
|
236 |
"""
|
237 |
|
238 |
with gr.Blocks(theme="soft", css=css) as demo:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
239 |
with gr.Row():
|
240 |
with gr.Column():
|
241 |
prompt = gr.Textbox(
|
|
|
236 |
"""
|
237 |
|
238 |
with gr.Blocks(theme="soft", css=css) as demo:
|
239 |
+
|
240 |
+
gr.HTML(
|
241 |
+
"""
|
242 |
+
<div class='container' style='display:flex; justify-content:center; gap:12px;'>
|
243 |
+
<a href="https://huggingface.co/spaces/openfree/Best-AI" target="_blank">
|
244 |
+
<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">
|
245 |
+
</a>
|
246 |
+
|
247 |
+
<a href="https://discord.gg/openfreeai" target="_blank">
|
248 |
+
<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">
|
249 |
+
</a>
|
250 |
+
</div>
|
251 |
+
"""
|
252 |
+
)
|
253 |
+
|
254 |
with gr.Row():
|
255 |
with gr.Column():
|
256 |
prompt = gr.Textbox(
|