Update modules/ui/ui.py
Browse files- modules/ui/ui.py +3 -3
modules/ui/ui.py
CHANGED
@@ -1086,17 +1086,17 @@ def display_discourse_results(result, lang_code, t):
|
|
1086 |
def display_chatbot_interface(lang_code):
|
1087 |
translations = {
|
1088 |
'es': {
|
1089 |
-
'title': "
|
1090 |
'input_placeholder': "Escribe tu mensaje aqu铆...",
|
1091 |
'initial_message': "隆Hola! 驴C贸mo podemos ayudarte?"
|
1092 |
},
|
1093 |
'en': {
|
1094 |
-
'title': "
|
1095 |
'input_placeholder': "Type your message here...",
|
1096 |
'initial_message': "Hi! How can we help you?"
|
1097 |
},
|
1098 |
'fr': {
|
1099 |
-
'title': "
|
1100 |
'input_placeholder': "脡crivez votre message ici...",
|
1101 |
'initial_message': "Bonjour! Comment pouvons-nous vous aider?"
|
1102 |
}
|
|
|
1086 |
def display_chatbot_interface(lang_code):
|
1087 |
translations = {
|
1088 |
'es': {
|
1089 |
+
'title': "Preguntale al chatbot",
|
1090 |
'input_placeholder': "Escribe tu mensaje aqu铆...",
|
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 |
},
|
1098 |
'fr': {
|
1099 |
+
'title': "demandez au chatbot",
|
1100 |
'input_placeholder': "脡crivez votre message ici...",
|
1101 |
'initial_message': "Bonjour! Comment pouvons-nous vous aider?"
|
1102 |
}
|