lokesh341 commited on
Commit
1b65da5
·
verified ·
1 Parent(s): 4e0a195

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -1
app.py CHANGED
@@ -235,4 +235,12 @@ def submit_items():
235
  return jsonify({"error": f"Failed to submit items: {str(e)}"}), 500
236
 
237
  if __name__ == '__main__':
238
- app.run(debug=True, host='0.0.0.0', port=7860)
 
 
 
 
 
 
 
 
 
235
  return jsonify({"error": f"Failed to submit items: {str(e)}"}), 500
236
 
237
  if __name__ == '__main__':
238
+ app.run(debug=True, host='0.0.0.0', port=7860)
239
+
240
+
241
+
242
+
243
+
244
+
245
+
246
+