Yao-Ting Yao commited on
Commit
e551f80
·
1 Parent(s): 474864d

Update streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +2 -2
src/streamlit_app.py CHANGED
@@ -49,7 +49,7 @@ st.markdown(
49
  display: inline-block;
50
  background: linear-gradient(
51
  to right,
52
- red, orange, yellow, green, lightblue, violet, pink
53
  );
54
  background-clip: text;
55
  -webkit-background-clip: text;
@@ -70,7 +70,7 @@ with col2:
70
  """
71
  <p style='color:white; font-size:16px;'>
72
  This app extracts t-SNE of Embeddings from image chips using
73
- <span class="rainbow-text">Prithvi-EO-2.0 model</span>!
74
  </p>
75
  """,
76
  unsafe_allow_html=True
 
49
  display: inline-block;
50
  background: linear-gradient(
51
  to right,
52
+ red, orange, yellow, green, lightblue, blue, violet, pink
53
  );
54
  background-clip: text;
55
  -webkit-background-clip: text;
 
70
  """
71
  <p style='color:white; font-size:16px;'>
72
  This app extracts t-SNE of Embeddings from image chips using
73
+ <span class="rainbow-text"><b>Prithvi-EO-2.0 model</b></span>!
74
  </p>
75
  """,
76
  unsafe_allow_html=True