merve HF staff commited on
Commit
8080ad9
β€’
1 Parent(s): 51db26d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -103,7 +103,7 @@ if input:
103
  if key in model_answer:
104
  key_exists = True
105
  url = link_dict[key]
106
- response_templates = [f"I think that {model_answer} is the best task for this 🀩 Check out the page πŸ‘‰πŸΌ {url}", f"I think you should use {model_answer} πŸͺ„ Check it out here πŸ‘‰πŸΌ {url}", f"I think {model_answer} should work for you πŸ€“ Check out the page πŸ‘‰πŸΌ {url}"]
107
 
108
  bot_answer = random.choice(response_templates)
109
  message_history.append({"text":bot_answer, "is_user" : False})
 
103
  if key in model_answer:
104
  key_exists = True
105
  url = link_dict[key]
106
+ response_templates = [f"I think that {key} is the best task for this 🀩 Check out the page πŸ‘‰πŸΌ {url}", f"I think you should use {key} πŸͺ„ Check it out here πŸ‘‰πŸΌ {url}", f"I think {key} should work for you πŸ€“ Check out the page πŸ‘‰πŸΌ {url}"]
107
 
108
  bot_answer = random.choice(response_templates)
109
  message_history.append({"text":bot_answer, "is_user" : False})