Janaalharbii commited on
Commit
73f6d3a
·
verified ·
1 Parent(s): 5b2df6c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ def predict(model, image):
14
  return results
15
 
16
  # Load and display the header image
17
- header_image = Image.open('logo (2).png')
18
  st.image(header_image, use_column_width=True)
19
 
20
  # Streamlit UI
 
14
  return results
15
 
16
  # Load and display the header image
17
+ header_image = Image.open('historicalPIC.png')
18
  st.image(header_image, use_column_width=True)
19
 
20
  # Streamlit UI