yuvaranianandhan24 commited on
Commit
180bdd1
·
verified ·
1 Parent(s): 5f312de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ st.markdown("<h4 style='text-align: center ; color: violet;'> Discover a plethor
16
 
17
 
18
  #To load image
19
- img = Image.open(r'C:\Users\Yuva\.vscode\Streamlit dev\images.png')
20
  image_bytes = img.resize((700,400))
21
 
22
 
 
16
 
17
 
18
  #To load image
19
+ img = Image.open('images.png')
20
  image_bytes = img.resize((700,400))
21
 
22