VinayHajare commited on
Commit
c219adb
1 Parent(s): 50fc48b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -120,7 +120,7 @@ css = """
120
 
121
  with gr.Blocks(css=css) as demo:
122
  gr.HTML("<h1><center>MistralTalk🗣️</center><h1>")
123
- gr.HTML("<h3><center>In this demo, you can chat with <a href='https://huggingface.co/mistralai'>Mixtral AI advanced models</a> 💬</center><h3>")
124
  gr.HTML("<h3><center>Learn more about the model <a href='https://huggingface.co/docs/transformers/main/model_doc/mistral'>here</a>. 📚</center><h3>")
125
  gr.ChatInterface(
126
  generate,
 
120
 
121
  with gr.Blocks(css=css) as demo:
122
  gr.HTML("<h1><center>MistralTalk🗣️</center><h1>")
123
+ gr.HTML("<h3><center>In this demo, you can chat with <a href='https://huggingface.co/mistralai'>Mistral AI advanced models</a> 💬</center><h3>")
124
  gr.HTML("<h3><center>Learn more about the model <a href='https://huggingface.co/docs/transformers/main/model_doc/mistral'>here</a>. 📚</center><h3>")
125
  gr.ChatInterface(
126
  generate,