Update app.py
Browse files
app.py
CHANGED
@@ -93,6 +93,6 @@ gr.ChatInterface(
|
|
93 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
94 |
additional_inputs=additional_inputs,
|
95 |
theme="Nymbo/Alyx_Theme",
|
96 |
-
title="
|
97 |
css=css # Add this line to include the custom CSS
|
98 |
).launch(show_api=False)
|
|
|
93 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
94 |
additional_inputs=additional_inputs,
|
95 |
theme="Nymbo/Alyx_Theme",
|
96 |
+
title="❤️",
|
97 |
css=css # Add this line to include the custom CSS
|
98 |
).launch(show_api=False)
|