Circularmachines commited on
Commit
b73b4e1
·
1 Parent(s): c8c71be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -1,4 +1,7 @@
1
  import streamlit as st
 
 
 
2
 
3
  with Image.open("kitty.jpeg") as img:
4
  draw = ImageDraw.Draw(img)
 
1
  import streamlit as st
2
+ from PIL import Image
3
+
4
+ from streamlit_image_coordinates import streamlit_image_coordinates
5
 
6
  with Image.open("kitty.jpeg") as img:
7
  draw = ImageDraw.Draw(img)