DanLeBossDeESGI commited on
Commit
02545eb
·
1 Parent(s): fe8cf7b

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
 
3
  def greet(name):
4
  return "Saluuuuuuuut " + name + "! Monstre !"
 
1
  import streamlit as st
2
+ from PIL import Image, ImageDraw
3
+ import numpy as np
4
 
5
  def greet(name):
6
  return "Saluuuuuuuut " + name + "! Monstre !"