PotionBio commited on
Commit
29ee1af
·
verified ·
1 Parent(s): 4609dee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -204,8 +204,7 @@ if st.session_state.structure_info:
204
  st.markdown(
205
  f"""
206
  <a href="{tweet_url}" target="_blank" style="
207
- display: inline-flex;
208
- align-items: center;
209
  background-color: white;
210
  color: black;
211
  border: 1px solid black;
@@ -214,8 +213,7 @@ if st.session_state.structure_info:
214
  border-radius: 8px;
215
  font-weight: bold;
216
  ">
217
- <img src="https://upload.wikimedia.org/wikipedia/commons/5/53/X_logo_2023.svg" alt="X" width="16" height="16" style="margin-right: 8px;">
218
- Share: X
219
  </a>
220
  """,
221
  unsafe_allow_html=True
 
204
  st.markdown(
205
  f"""
206
  <a href="{tweet_url}" target="_blank" style="
207
+ display: inline-block;
 
208
  background-color: white;
209
  color: black;
210
  border: 1px solid black;
 
213
  border-radius: 8px;
214
  font-weight: bold;
215
  ">
216
+ Share Protein
 
217
  </a>
218
  """,
219
  unsafe_allow_html=True