Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,7 @@ def format_prompt(raw_Prompt):
|
|
| 12 |
return better_prompt
|
| 13 |
|
| 14 |
|
| 15 |
-
def findShops(target_platform, target_region, target_field, target_rangeFrom, target_rangeTo, target_crossSelling, target_similarArticles, target_amount,compareSecret):
|
| 16 |
if compareSecret != ACCESS_TOKEN:
|
| 17 |
return 'You are not authorized to use this software.'
|
| 18 |
requestPrompt = f"""
|
|
|
|
| 12 |
return better_prompt
|
| 13 |
|
| 14 |
|
| 15 |
+
def findShops(target_platform, target_region, target_field, target_rangeFrom, target_rangeTo, target_crossSelling, target_similarArticles, target_amount,compareSecret,ACCESS_TOKEN=ACCESS_TOKEN):
|
| 16 |
if compareSecret != ACCESS_TOKEN:
|
| 17 |
return 'You are not authorized to use this software.'
|
| 18 |
requestPrompt = f"""
|