Spaces:
Running
Running
Update app.py
Browse files
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 {
|
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})
|