nagasurendra commited on
Commit
7180263
·
verified ·
1 Parent(s): f10b700

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -119,7 +119,7 @@ def login():
119
 
120
  return render_template("login.html")
121
 
122
- # Assuming you're fetching the order details and processing them like this
123
  @app.route('/combined_summary')
124
  def combined_summary():
125
  email = session.get('user_email')
@@ -233,6 +233,7 @@ def combined_summary():
233
 
234
 
235
 
 
236
  @app.route("/logout")
237
  def logout():
238
  # Retrieve table number before clearing session
 
119
 
120
  return render_template("login.html")
121
 
122
+
123
  @app.route('/combined_summary')
124
  def combined_summary():
125
  email = session.get('user_email')
 
233
 
234
 
235
 
236
+
237
  @app.route("/logout")
238
  def logout():
239
  # Retrieve table number before clearing session