Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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}")
|