Spaces:
Sleeping
Sleeping
atifsial123
commited on
Commit
•
562e8c4
1
Parent(s):
9117b5f
Update app.py
Browse files
app.py
CHANGED
@@ -43,8 +43,8 @@ def get_name(pec_number, df):
|
|
43 |
print(f"Found Name: {result.iloc[0]['Name']}") # Debugging output
|
44 |
return result.iloc[0]['Name']
|
45 |
else:
|
46 |
-
print("PEC Number not found.") # Debugging output
|
47 |
-
return "PEC Number not found."
|
48 |
|
49 |
# Function to check if the PEC number is attached
|
50 |
def check_pec_number(pec_number, df):
|
|
|
43 |
print(f"Found Name: {result.iloc[0]['Name']}") # Debugging output
|
44 |
return result.iloc[0]['Name']
|
45 |
else:
|
46 |
+
print("PEC Number not is found.") # Debugging output
|
47 |
+
return "PEC Number not is found."
|
48 |
|
49 |
# Function to check if the PEC number is attached
|
50 |
def check_pec_number(pec_number, df):
|