prithivMLmods commited on
Commit
f1752f9
·
verified ·
1 Parent(s): 0cab189

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! I'm a Stranger🗞️.How can I help you today?",
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