Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -62,7 +62,7 @@ if resp.status_code == 200:
|
|
62 |
model_answer = data["answer"]
|
63 |
for key in link_dict:
|
64 |
if key in model_answer:
|
65 |
-
link_dict[key]
|
66 |
response_templates = [f"{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}"]
|
67 |
|
68 |
|
|
|
62 |
model_answer = data["answer"]
|
63 |
for key in link_dict:
|
64 |
if key in model_answer:
|
65 |
+
url = link_dict[key]
|
66 |
response_templates = [f"{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}"]
|
67 |
|
68 |
|