Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -314,9 +314,6 @@ main_bg_ext = "png"
|
|
314 |
main_bg = "bg1.jpg"
|
315 |
# Read and encode the logo image
|
316 |
|
317 |
-
with open(logo_path, "rb") as image_file:
|
318 |
-
encoded_logo = base64.b64encode(image_file.read()).decode()
|
319 |
-
|
320 |
# Custom CSS to style the logo above the sidebar
|
321 |
st.markdown(
|
322 |
f"""
|
|
|
314 |
main_bg = "bg1.jpg"
|
315 |
# Read and encode the logo image
|
316 |
|
|
|
|
|
|
|
317 |
# Custom CSS to style the logo above the sidebar
|
318 |
st.markdown(
|
319 |
f"""
|