Spaces:
Runtime error
Runtime error
Commit
·
5f4f9b7
1
Parent(s):
5b80bd0
Update app.py
Browse fileserreur de syntaxe
app.py
CHANGED
@@ -194,7 +194,7 @@ def select_preset(preset_id):
|
|
194 |
### 'image_url': result['url'],
|
195 |
### 'rewards': rewards[i],
|
196 |
### 'other': other_info
|
197 |
-
})
|
198 |
|
199 |
return jsonify({'results': results})
|
200 |
|
|
|
194 |
### 'image_url': result['url'],
|
195 |
### 'rewards': rewards[i],
|
196 |
### 'other': other_info
|
197 |
+
### })
|
198 |
|
199 |
return jsonify({'results': results})
|
200 |
|