Rathapoom commited on
Commit
8e89935
·
verified ·
1 Parent(s): 69f9c41

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -72,6 +72,7 @@ Purpose: Monthly performance review and staff allocation planning.
72
 
73
  def process_request(name, employee_id, email, department, other_dept, request_details, frequency, urgency):
74
  """Process the data request and return both user and technical responses"""
 
75
  print("\nProcessing new request:")
76
  print(f"Name: {name}")
77
  print(f"Employee ID: {employee_id}")
 
72
 
73
  def process_request(name, employee_id, email, department, other_dept, request_details, frequency, urgency):
74
  """Process the data request and return both user and technical responses"""
75
+ print("=== Debug: Received Inputs ===")
76
  print("\nProcessing new request:")
77
  print(f"Name: {name}")
78
  print(f"Employee ID: {employee_id}")