Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -46,7 +46,7 @@ mychatbot = gr.Chatbot(
|
|
46 |
demo = gr.ChatInterface(
|
47 |
fn=generate,
|
48 |
chatbot=mychatbot,
|
49 |
-
title="Hello!
|
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 |
|