Spaces:
Runtime error
Runtime error
Min products
Browse files
app.py
CHANGED
|
@@ -24,6 +24,7 @@ def findShops(target_platform, target_region, target_field, target_rangeFrom, ta
|
|
| 24 |
fieldPrompt = f"""
|
| 25 |
Focus on shops that have a focus on the topic'{target_field}'."""
|
| 26 |
stylePrompt = """
|
|
|
|
| 27 |
Leave an empty line between your recommendations.
|
| 28 |
Present your results in a list with the names of the shops as the headings.
|
| 29 |
Make sure to include a link to the corresponding websites."""
|
|
|
|
| 24 |
fieldPrompt = f"""
|
| 25 |
Focus on shops that have a focus on the topic'{target_field}'."""
|
| 26 |
stylePrompt = """
|
| 27 |
+
Only recommend shops that have more than 1000 products on their website.
|
| 28 |
Leave an empty line between your recommendations.
|
| 29 |
Present your results in a list with the names of the shops as the headings.
|
| 30 |
Make sure to include a link to the corresponding websites."""
|