nagasurendra commited on
Commit
b5a097d
·
verified ·
1 Parent(s): 9a9a1b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -120,7 +120,7 @@ def login():
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')
126
  if not email:
 
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')
126
  if not email: