WSYAM806 commited on
Commit
bc8266b
1 Parent(s): 99a8241

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -57,3 +57,7 @@ if st.button('Predict'):
57
  st.write('Based on user input, the placement model predicted: ')
58
  st.write(prediction)
59
 
 
 
 
 
 
57
  st.write('Based on user input, the placement model predicted: ')
58
  st.write(prediction)
59
 
60
+ from PIL import Image
61
+ image = Image.open('pngtree-2-thumb-up-jempol-oke-mantap-png-image_5287320.png')
62
+
63
+ st.image(image, caption='mantap')