Update app.py
Browse files
app.py
CHANGED
@@ -40,9 +40,9 @@ st.write(
|
|
40 |
# Title
|
41 |
st.markdown(
|
42 |
f"""
|
43 |
-
<div style="display: flex;
|
44 |
-
<img src="https://huggingface.co/spaces/YashMK89/GEE_Calculator/resolve/main/BHOOMI_1.png" style="width: 20%;"
|
45 |
-
|
46 |
</div>
|
47 |
<hr>
|
48 |
""",
|
|
|
40 |
# Title
|
41 |
st.markdown(
|
42 |
f"""
|
43 |
+
<div style="display: flex; flex-direction: column; align-items: center;">
|
44 |
+
<img src="https://huggingface.co/spaces/YashMK89/GEE_Calculator/resolve/main/BHOOMI_1.png" style="width: 20%;">
|
45 |
+
<h3 style="text-align: center; margin: 0;">(Bandwise Harmonization & Optimized Output for multispectral integration)</h3>
|
46 |
</div>
|
47 |
<hr>
|
48 |
""",
|