Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -94,7 +94,7 @@ def predict(message: dict, history: list) -> str:
|
|
| 94 |
demo = gr.ChatInterface(
|
| 95 |
fn=predict,
|
| 96 |
multimodal=True,
|
| 97 |
-
title="Magistral Chat App
|
| 98 |
description='Chat with Magistral AI. Upload an image if relevant to your question.<br>Built with <a href="https://huggingface.co/spaces/akhaliq/anycoder" target="_blank">anycoder</a>',
|
| 99 |
)
|
| 100 |
|
|
|
|
| 94 |
demo = gr.ChatInterface(
|
| 95 |
fn=predict,
|
| 96 |
multimodal=True,
|
| 97 |
+
title='<span style="color: orange;">Magistral Chat App</span>',
|
| 98 |
description='Chat with Magistral AI. Upload an image if relevant to your question.<br>Built with <a href="https://huggingface.co/spaces/akhaliq/anycoder" target="_blank">anycoder</a>',
|
| 99 |
)
|
| 100 |
|