Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,8 @@ st.markdown(
|
|
44 |
f"""
|
45 |
<div style="display: flex; flex-direction: column; align-items: center;">
|
46 |
<img src="https://huggingface.co/spaces/YashMK89/GEE_Calculator/resolve/main/SATRANG.png" style="width: 30%;">
|
47 |
-
<h3 style="text-align: center; margin: 0;">( Spatial and Temporal Aggregation for Remote-sensing and Analysis of Natural Geodata )</h3>
|
|
|
48 |
</div>
|
49 |
<hr>
|
50 |
""",
|
|
|
44 |
f"""
|
45 |
<div style="display: flex; flex-direction: column; align-items: center;">
|
46 |
<img src="https://huggingface.co/spaces/YashMK89/GEE_Calculator/resolve/main/SATRANG.png" style="width: 30%;">
|
47 |
+
# <h3 style="text-align: center; margin: 0;">( Spatial and Temporal Aggregation for Remote-sensing and Analysis of Natural Geodata )</h3>
|
48 |
+
<h3 style="text-align: center; margin: 0;">( Spatial and Temporal Aggregation for Remote-sensing Analysis of GEE Data )</h3>
|
49 |
</div>
|
50 |
<hr>
|
51 |
""",
|