akhaliq HF Staff commited on
Commit
30e27be
·
verified ·
1 Parent(s): 13aaecf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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