andreanascetti commited on
Commit
a1cca87
1 Parent(s): 4f64d74
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ canvas_result = st_canvas(
53
  )
54
  test= st.sidebar.write(Image.open(bg_image).size if bg_image else None)
55
 
56
- testt = st.image(Image.open(bg_image) if bg_image else Image.open("./IMG_02099.jpg"))
57
 
58
  test2 = st.sidebar.write(bg_color)
59
  # Do something interesting with the image data and paths
 
53
  )
54
  test= st.sidebar.write(Image.open(bg_image).size if bg_image else None)
55
 
56
+ #testt = st.image(Image.open(bg_image) if bg_image else Image.open("./IMG_02099.jpg"))
57
 
58
  test2 = st.sidebar.write(bg_color)
59
  # Do something interesting with the image data and paths