Spaces:
Configuration error
Configuration error
Update app.py
Browse files
app.py
CHANGED
|
@@ -195,4 +195,4 @@ def api_check_logo():
|
|
| 195 |
return jsonify({"success": False, "error": "File type not allowed"}), 400
|
| 196 |
|
| 197 |
if __name__ == '__main__':
|
| 198 |
-
app.run(debug=True)
|
|
|
|
| 195 |
return jsonify({"success": False, "error": "File type not allowed"}), 400
|
| 196 |
|
| 197 |
if __name__ == '__main__':
|
| 198 |
+
app.run(debug=True)
|