Sephfox commited on
Commit
26a5842
·
verified ·
1 Parent(s): 9deb7e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,4 +1,6 @@
1
  import streamlit as st
 
 
2
  import numpy as np
3
  import matplotlib.pyplot as plt
4
  from PIL import Image, ImageDraw, ImageFont
 
1
  import streamlit as st
2
+ from pathlib import Path
3
+ import streamlit as st
4
  import numpy as np
5
  import matplotlib.pyplot as plt
6
  from PIL import Image, ImageDraw, ImageFont