Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -59,9 +59,8 @@ iface = gr.ChatInterface(
|
|
59 |
generate,
|
60 |
chatbot=gr.Chatbot(height=600),
|
61 |
textbox=gr.Textbox(placeholder="Enter your message here...", container=False, scale=7),
|
62 |
-
title="Chat with Mistral
|
63 |
-
description="This is a chat interface for the Mistral
|
64 |
-
theme="soft",
|
65 |
retry_btn="Retry",
|
66 |
undo_btn="Undo Last",
|
67 |
clear_btn="Clear",
|
|
|
59 |
generate,
|
60 |
chatbot=gr.Chatbot(height=600),
|
61 |
textbox=gr.Textbox(placeholder="Enter your message here...", container=False, scale=7),
|
62 |
+
title="Chat with Mistral Nemo",
|
63 |
+
description="This is a chat interface for the Mistral Nemo model. Ask questions and get answers!",
|
|
|
64 |
retry_btn="Retry",
|
65 |
undo_btn="Undo Last",
|
66 |
clear_btn="Clear",
|