Spaces:
Sleeping
Sleeping
Commit
·
e771be5
1
Parent(s):
5fef410
Update main.py
Browse files
main.py
CHANGED
@@ -33,4 +33,4 @@ def recommendation():
|
|
33 |
return jsonify({"error": "Invalid input"}), 400
|
34 |
|
35 |
if __name__ == '__main__':
|
36 |
-
app.run(debug=True
|
|
|
33 |
return jsonify({"error": "Invalid input"}), 400
|
34 |
|
35 |
if __name__ == '__main__':
|
36 |
+
app.run(debug=True)
|