Guiyom commited on
Commit
1020857
·
1 Parent(s): ee0aeab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -170,7 +170,7 @@ with gr.Blocks(theme=gr.themes.Glass()) as demo:
170
  "interviewquestionsph": "I want to prepare for an interview as a receptionist.",
171
  "help": "Where to get help?",
172
  "helpfirst": "How can I help you?",
173
- "helplabel": "Where do you need help? Here's is what we can suggest",
174
  "helpph": "How can I have support to take care of my daughter during my work? / How can I get trained on Excel?"
175
  },
176
  "廣東話": {
@@ -185,7 +185,7 @@ with gr.Blocks(theme=gr.themes.Glass()) as demo:
185
  "interviewquestionsph": "我想以接待員的身份準備面試。",
186
  "help": "去哪裡尋求幫助?",
187
  "helpfirst": "我怎麼幫你",
188
- "helplabel": "你在哪裡需要幫助?我們會讓您知道如何找到它",
189
  "helpph": "我如何在工作期間獲得支持來照顧我的女兒? / 我怎樣才能接受 Excel 培訓?"
190
  }
191
  }
 
170
  "interviewquestionsph": "I want to prepare for an interview as a receptionist.",
171
  "help": "Where to get help?",
172
  "helpfirst": "How can I help you?",
173
+ "helplabel": "Where do you need help?",
174
  "helpph": "How can I have support to take care of my daughter during my work? / How can I get trained on Excel?"
175
  },
176
  "廣東話": {
 
185
  "interviewquestionsph": "我想以接待員的身份準備面試。",
186
  "help": "去哪裡尋求幫助?",
187
  "helpfirst": "我怎麼幫你",
188
+ "helplabel": "你在哪裡需要幫助?",
189
  "helpph": "我如何在工作期間獲得支持來照顧我的女兒? / 我怎樣才能接受 Excel 培訓?"
190
  }
191
  }