Update app.py
Browse files
app.py
CHANGED
@@ -85,7 +85,7 @@ st.markdown(
|
|
85 |
f"""
|
86 |
<div style="position: relative; text-align: center; padding: 20px;">
|
87 |
<div style="background-image: url('https://huggingface.co/spaces/YashMK89/GEE_Calculator/resolve/main/B1.jpg'); background-size: cover; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1;"></div>
|
88 |
-
<div style="background-color: rgba(255, 255, 255, 0.
|
89 |
<div style="position: relative; z-index: 3;">
|
90 |
<div style="display: flex; justify-content: space-between; align-items: center;">
|
91 |
<img src="https://huggingface.co/spaces/YashMK89/GEE_Calculator/resolve/main/ISRO_Logo.png" style="width: 20%; margin-right: auto;">
|
|
|
85 |
f"""
|
86 |
<div style="position: relative; text-align: center; padding: 20px;">
|
87 |
<div style="background-image: url('https://huggingface.co/spaces/YashMK89/GEE_Calculator/resolve/main/B1.jpg'); background-size: cover; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1;"></div>
|
88 |
+
<div style="background-color: rgba(255, 255, 255, 0.2); position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 2;"></div>
|
89 |
<div style="position: relative; z-index: 3;">
|
90 |
<div style="display: flex; justify-content: space-between; align-items: center;">
|
91 |
<img src="https://huggingface.co/spaces/YashMK89/GEE_Calculator/resolve/main/ISRO_Logo.png" style="width: 20%; margin-right: auto;">
|