Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -233,7 +233,22 @@ with gr.Blocks(css=custom_css, theme=gr.themes.Soft()) as demo:
|
|
233 |
""",
|
234 |
elem_id="header"
|
235 |
)
|
236 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
237 |
chatbot = gr.Chatbot(
|
238 |
label="Chat History",
|
239 |
height=500,
|
|
|
233 |
""",
|
234 |
elem_id="header"
|
235 |
)
|
236 |
+
# 氚办 於旉皜
|
237 |
+
gr.Markdown(
|
238 |
+
"""
|
239 |
+
<div style="text-align: center; padding: 10px 0 20px 0;">
|
240 |
+
<a href="https://huggingface.co/spaces/aiqcamp/deepseek-r1-0528" target="_blank">
|
241 |
+
<img src="https://img.shields.io/static/v1?label=Commercial%20API&message=deepseek-r1-0528&color=%230000ff&labelColor=%23800080&logo=huggingface&logoColor=%23ffa500&style=for-the-badge" alt="badge">
|
242 |
+
</a>
|
243 |
+
<a href="https://huggingface.co/spaces/aiqcamp/deepseek-r1-0528-qwen3-8b" target="_blank" style="margin-left: 10px;">
|
244 |
+
<img src="https://img.shields.io/static/v1?label=Commercial%20API&message=deepseek-r1-0528-qwen3-8b&color=%230000ff&labelColor=%23800080&logo=huggingface&logoColor=%23ffa500&style=for-the-badge" alt="badge">
|
245 |
+
</a>
|
246 |
+
<a href="https://huggingface.co/spaces/aiqcamp/Mistral-Devstral-API" target="_blank" style="margin-left: 10px;">
|
247 |
+
<img src="https://img.shields.io/static/v1?label=Free%20API&message=Mistral-Devstral&color=%230000ff&labelColor=%23800080&logo=huggingface&logoColor=%23ffa500&style=for-the-badge" alt="badge">
|
248 |
+
</a>
|
249 |
+
</div>
|
250 |
+
"""
|
251 |
+
)
|
252 |
chatbot = gr.Chatbot(
|
253 |
label="Chat History",
|
254 |
height=500,
|