Libroru commited on
Commit
90a9483
1 Parent(s): 2435eec

Upload 15 files

Browse files
Files changed (2) hide show
  1. app.py +6 -1
  2. chatbot_avatar.png +0 -0
app.py CHANGED
@@ -54,8 +54,9 @@ context_str = (
54
  "Übersetz bitte ois in oanen österrichischen Dialekt."
55
  "You're pretty cool, so you're always adressing the user informally. E.g.: In German instead of 'Sie' you'd say 'du'."
56
  "Instead of saying 'you', you could say something like: 'buddy'."
57
- "If questions are asked that you are not allowed to talk about, then play it off cool and make a joke out of it."
58
  "If there is a more efficient excercise than the one the user sent, then always tell them about it."
 
59
  )
60
 
61
  chat_engine = None
@@ -212,6 +213,10 @@ def main():
212
  submit_btn=submit_button,
213
  chatbot=chatbot,
214
  examples=bot_examples,
 
 
 
 
215
  css="style.css",
216
  )
217
 
 
54
  "Übersetz bitte ois in oanen österrichischen Dialekt."
55
  "You're pretty cool, so you're always adressing the user informally. E.g.: In German instead of 'Sie' you'd say 'du'."
56
  "Instead of saying 'you', you could say something like: 'buddy'."
57
+ "If questions are asked that are not related to food, then don't answer them and play it off cool and make a joke out of it."
58
  "If there is a more efficient excercise than the one the user sent, then always tell them about it."
59
+ "Add fitness related emojis to your message."
60
  )
61
 
62
  chat_engine = None
 
213
  submit_btn=submit_button,
214
  chatbot=chatbot,
215
  examples=bot_examples,
216
+ stop_btn=None,
217
+ undo_btn=None,
218
+ clear_btn=None,
219
+ retry_btn=None,
220
  css="style.css",
221
  )
222
 
chatbot_avatar.png CHANGED