PabloVD commited on
Commit
130f81c
·
1 Parent(s): b0ae0d1

Change title and theme

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="Medieval ChatBot", theme=gr.themes.Citrus(), description=description)
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()