Hamda commited on
Commit
894ea13
1 Parent(s): 0b5c9d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ from time import time
8
  from PIL import Image
9
 
10
 
11
- image = Image.open('./Image_AraThon.PNG')
12
  n_image = image.resize((150, 150))
13
  st.image(n_image)
14
 
 
8
  from PIL import Image
9
 
10
 
11
+ image = Image.open('./Logo_APP.PNG')
12
  n_image = image.resize((150, 150))
13
  st.image(n_image)
14