Shriharsh commited on
Commit
f10ba9a
·
verified ·
1 Parent(s): fae32eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ article_html = "<p>Inspired by <a href='https://huggingface.co/spaces/Skier8402/
93
 
94
 
95
  with gr.Blocks(css=css) as demo:
96
- gr.HTML("<h1><center>Mistral 7B Instruct<h1><center>")
97
  gr.HTML(article_html)
98
  gr.ChatInterface(
99
  generate,
 
93
 
94
 
95
  with gr.Blocks(css=css) as demo:
96
+ gr.HTML("<h1><center>Mistral-7B-Chat 💬<h1><center>")
97
  gr.HTML(article_html)
98
  gr.ChatInterface(
99
  generate,