prithivMLmods commited on
Commit
fb8f842
·
verified ·
1 Parent(s): 1966c2f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ mychatbot = gr.Chatbot(
46
  demo = gr.ChatInterface(
47
  fn=generate,
48
  chatbot=mychatbot,
49
- title="Hello! this is Mistral-7B-Instruct-v0.3. Chat me 🍪",
50
  css="xiaobaiyuan/theme_brief"
51
  )
52
 
 
46
  demo = gr.ChatInterface(
47
  fn=generate,
48
  chatbot=mychatbot,
49
+ title="Hello! this is Mistral-7B-Instruct-v0.3, Chat me 🍪",
50
  css="xiaobaiyuan/theme_brief"
51
  )
52