Spaces:
Sleeping
Sleeping
Change title and theme
Browse files
app.py
CHANGED
@@ -69,6 +69,6 @@ def handle_prompt(query, history):
|
|
69 |
|
70 |
description = "A MistralAI powered chatbot, using Langchain and deployed with Gradio."
|
71 |
|
72 |
-
demo = gr.ChatInterface(handle_prompt, type="messages", title="
|
73 |
|
74 |
demo.launch()
|
|
|
69 |
|
70 |
description = "A MistralAI powered chatbot, using Langchain and deployed with Gradio."
|
71 |
|
72 |
+
demo = gr.ChatInterface(handle_prompt, type="messages", title="Simple MistralAI ChatBot", theme=gr.themes.Glass(), description=description)
|
73 |
|
74 |
demo.launch()
|