Ctaake commited on
Commit
9a0c160
·
verified ·
1 Parent(s): 4315c65

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ def findShops(target_platform, target_region, target_field, target_rangeFrom, ta
28
  stylePrompt = """
29
  Leave an empty line between your recommendations.
30
  Present your results in a list with the names of the shops as the headings.
31
- Make sure to include a link to the corresponding websites."""
32
  fullPrompt = requestPrompt
33
  if target_crossSelling:
34
  fullPrompt += crossSellingPrompt
 
28
  stylePrompt = """
29
  Leave an empty line between your recommendations.
30
  Present your results in a list with the names of the shops as the headings.
31
+ Make sure to include a link to the corresponding websites which can be used directly by clicking it."""
32
  fullPrompt = requestPrompt
33
  if target_crossSelling:
34
  fullPrompt += crossSellingPrompt