danielle2003 commited on
Commit
5fe5f20
·
verified ·
1 Parent(s): f75c461

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -132,9 +132,6 @@ def load_pytorch_model():
132
  # PYTORCH MODEL CONFIGURATION
133
  #****************************************************************
134
 
135
- # Read and encode the logo image
136
- with open(logo_path, "rb") as image_file:
137
- encoded_logo = base64.b64encode(image_file.read()).decode()
138
 
139
  # Custom CSS to style the logo above the sidebar and other elements
140
  st.markdown(
 
132
  # PYTORCH MODEL CONFIGURATION
133
  #****************************************************************
134
 
 
 
 
135
 
136
  # Custom CSS to style the logo above the sidebar and other elements
137
  st.markdown(