Bobeabo commited on
Commit
607f8af
1 Parent(s): 708f246

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -96,7 +96,7 @@ gr.ChatInterface(
96
  fn=generate,
97
  chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
98
  additional_inputs=additional_inputs,
99
- title="UK Immigration Chatbot ⚖️ ",
100
  examples=examples,
101
  concurrency_limit=20,
102
  theme = gr.themes.Default(primary_hue= gr.themes.colors.red, secondary_hue=gr.themes.colors.pink)
 
96
  fn=generate,
97
  chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
98
  additional_inputs=additional_inputs,
99
+ title="Nurturebot 👩‍🍼 ",
100
  examples=examples,
101
  concurrency_limit=20,
102
  theme = gr.themes.Default(primary_hue= gr.themes.colors.red, secondary_hue=gr.themes.colors.pink)