Update modules/ui/ui.py
Browse files- modules/ui/ui.py +1 -1
modules/ui/ui.py
CHANGED
@@ -1091,7 +1091,7 @@ def display_chatbot_interface(lang_code):
|
|
1091 |
'initial_message': "隆Hola! 驴C贸mo podemos ayudarte?"
|
1092 |
},
|
1093 |
'en': {
|
1094 |
-
'title': "Ask the chatbot,
|
1095 |
'input_placeholder': "Type your message here...",
|
1096 |
'initial_message': "Hi! How can we help you?"
|
1097 |
},
|
|
|
1091 |
'initial_message': "隆Hola! 驴C贸mo podemos ayudarte?"
|
1092 |
},
|
1093 |
'en': {
|
1094 |
+
'title': "Ask the chatbot",
|
1095 |
'input_placeholder': "Type your message here...",
|
1096 |
'initial_message': "Hi! How can we help you?"
|
1097 |
},
|