Vahe commited on
Commit
672468a
·
1 Parent(s): 66b113c

testing change

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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')