analytics-jiten commited on
Commit
d291235
·
1 Parent(s): eb87118

Update home.py

Browse files
Files changed (1) hide show
  1. home.py +1 -1
home.py CHANGED
@@ -3,7 +3,7 @@ from PIL import Image
3
 
4
  def run():
5
  # Add Picture
6
- image = Image.open('mechanical_parts.jpg')
7
  st.image(image, caption='Facial Emotions/Expressions Detection')
8
  # Title
9
  st.title('About This Project')
 
3
 
4
  def run():
5
  # Add Picture
6
+ image = Image.open('facial_expressions.jpg')
7
  st.image(image, caption='Facial Emotions/Expressions Detection')
8
  # Title
9
  st.title('About This Project')