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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -199,9 +199,9 @@ if st.session_state.structure_info:
199
  </div>
200
  """, unsafe_allow_html=True)
201
 
202
- tweet_url = share_on_twitter(info["word1"], info["word2"], info["word3"], info["sequence_length"], plddt_score)
203
 
204
- st.markdown(
205
  f"""
206
  <a href="{tweet_url}" target="_blank" style="
207
  display: inline-flex;
@@ -219,7 +219,7 @@ st.markdown(
219
  </a>
220
  """,
221
  unsafe_allow_html=True
222
- )
223
 
224
  st.markdown("""
225
  ## What to do next:
 
199
  </div>
200
  """, unsafe_allow_html=True)
201
 
202
+ tweet_url = share_on_twitter(info["word1"], info["word2"], info["word3"], info["sequence_length"], plddt_score)
203
 
204
+ st.markdown(
205
  f"""
206
  <a href="{tweet_url}" target="_blank" style="
207
  display: inline-flex;
 
219
  </a>
220
  """,
221
  unsafe_allow_html=True
222
+ )
223
 
224
  st.markdown("""
225
  ## What to do next: