YashMK89 commited on
Commit
51d0b60
·
verified ·
1 Parent(s): a1a2e45

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -40,9 +40,9 @@ st.write(
40
  # Title
41
  st.markdown(
42
  f"""
43
- <div style="display: flex; justify-content: center; align-items: center;">
44
- <img src="https://huggingface.co/spaces/YashMK89/GEE_Calculator/resolve/main/BHOOMI_1.png" style="width: 20%;"></img><br>
45
- <h3 style="text-align: center;">(Bandwise Harmonization & Optimized Output for multispectral integration)</h3>
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
  """,