Commit
·
b73b4e1
1
Parent(s):
c8c71be
Update app.py
Browse files
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)
|