Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -85,6 +85,21 @@ footer {
|
|
85 |
|
86 |
with gr.Blocks(theme="soft", css=css) as demo:
|
87 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
88 |
with gr.Group():
|
89 |
with gr.Row():
|
90 |
prompt = gr.Textbox(label='Enter Your Prompt(multilingual)', scale=6)
|
|
|
85 |
|
86 |
with gr.Blocks(theme="soft", css=css) as demo:
|
87 |
|
88 |
+
gr.HTML(
|
89 |
+
"""
|
90 |
+
<div class='container' style='display:flex; justify-content:center; gap:12px;'>
|
91 |
+
<a href="https://huggingface.co/spaces/openfree/Best-AI" target="_blank">
|
92 |
+
<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">
|
93 |
+
</a>
|
94 |
+
|
95 |
+
<a href="https://discord.gg/openfreeai" target="_blank">
|
96 |
+
<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">
|
97 |
+
</a>
|
98 |
+
</div>
|
99 |
+
"""
|
100 |
+
)
|
101 |
+
|
102 |
+
|
103 |
with gr.Group():
|
104 |
with gr.Row():
|
105 |
prompt = gr.Textbox(label='Enter Your Prompt(multilingual)', scale=6)
|