Update app.py
Browse files
app.py
CHANGED
@@ -25,3 +25,4 @@ gr.ChatInterface(
|
|
25 |
description="This chatbot is powered by the open-source Mistral 7B LLM. Ask anything!",
|
26 |
theme="soft"
|
27 |
).launch()
|
|
|
|
25 |
description="This chatbot is powered by the open-source Mistral 7B LLM. Ask anything!",
|
26 |
theme="soft"
|
27 |
).launch()
|
28 |
+
|