dini15 commited on
Commit
0579ad5
·
verified ·
1 Parent(s): 644781c

Update prediction.py

Browse files
Files changed (1) hide show
  1. prediction.py +3 -0
prediction.py CHANGED
@@ -50,5 +50,8 @@ def run():
50
  else:
51
  st.write('Please upload an image to get a prediction.')
52
 
 
 
 
53
  if __name__ == '__main__':
54
  run()
 
50
  else:
51
  st.write('Please upload an image to get a prediction.')
52
 
53
+ link_gambar = 'https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRf0UahyfL77sbH37KTUrKPclYpYiO30lMnpQ&s'
54
+ st.image(link_gambar, use_container_width=True)
55
+
56
  if __name__ == '__main__':
57
  run()