Update app.py
Browse files
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="
|
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)
|