Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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(
|