LovnishVerma
commited on
Commit
•
2f8c9c5
1
Parent(s):
96abb8c
Update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ def display_image_with_overlay(image, name):
|
|
61 |
st.image(image, use_column_width=True, output_format="PNG")
|
62 |
|
63 |
# Take input Aadhaar card details
|
64 |
-
aadhaar_number = st.text_input("Enter your
|
65 |
|
66 |
# Take picture using the camera
|
67 |
img_file_buffer = st.camera_input("Take a picture")
|
|
|
61 |
st.image(image, use_column_width=True, output_format="PNG")
|
62 |
|
63 |
# Take input Aadhaar card details
|
64 |
+
aadhaar_number = st.text_input("Enter your Last 6-digits Aadhaar Number:")
|
65 |
|
66 |
# Take picture using the camera
|
67 |
img_file_buffer = st.camera_input("Take a picture")
|