Spaces:
Sleeping
Sleeping
testing change
Browse files
app.py
CHANGED
@@ -65,6 +65,7 @@ def main():
|
|
65 |
# )
|
66 |
|
67 |
# display_text = f'Here is the zoomed card number: {extracted_digit}'
|
|
|
68 |
st.image('card_number_image.jpg', caption=f"{display_text}", use_column_width=True)
|
69 |
|
70 |
image = Image.open('card_image.jpg')
|
|
|
65 |
# )
|
66 |
|
67 |
# display_text = f'Here is the zoomed card number: {extracted_digit}'
|
68 |
+
display_text = 'No number so far'
|
69 |
st.image('card_number_image.jpg', caption=f"{display_text}", use_column_width=True)
|
70 |
|
71 |
image = Image.open('card_image.jpg')
|