DSatishchandra commited on
Commit
72a04a3
·
verified ·
1 Parent(s): 57e7788

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -162,10 +162,6 @@ def generate_custom_dish():
162
  except Exception as e:
163
  return jsonify({"success": False, "error": str(e)}), 500
164
 
165
-
166
-
167
-
168
-
169
  import re
170
  @app.route("/edit_profile", methods=["GET", "POST"])
171
  def edit_profile():
 
162
  except Exception as e:
163
  return jsonify({"success": False, "error": str(e)}), 500
164
 
 
 
 
 
165
  import re
166
  @app.route("/edit_profile", methods=["GET", "POST"])
167
  def edit_profile():