laverdes commited on
Commit
2dc8f38
1 Parent(s): d1dc74b

test: first image as .jpg

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ st.text(f'{information} mode is ON!\nTarget 🧾: {image_choice}') # \n(opening
70
  col1, col2 = st.columns(2)
71
 
72
  image_choice_map = {
73
- '1': 'commoncrawl_amandalacombznewspolice-bust-man-sawed-oal_1.png',
74
  '2': 'commoncrawl_canyonhillschroniclecomtagwomens-basketbll_0.png',
75
  '3': 'commoncrawl_celstuttgartdeideaa-different-stort-of-nfe_0.png'
76
  }
 
70
  col1, col2 = st.columns(2)
71
 
72
  image_choice_map = {
73
+ '1': 'commoncrawl_amandalacombznewspolice-bust-man-sawed-oal_1.jpg',
74
  '2': 'commoncrawl_canyonhillschroniclecomtagwomens-basketbll_0.png',
75
  '3': 'commoncrawl_celstuttgartdeideaa-different-stort-of-nfe_0.png'
76
  }