Sephfox commited on
Commit
b5bd1aa
1 Parent(s): 35e6a69

Update app.py

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