hgw3lss commited on
Commit
bc1e669
·
1 Parent(s): 5ca5371

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -7
app.py CHANGED
@@ -222,7 +222,7 @@ if st.button("Run"):
222
  st.subheader("Results")
223
  for prediction in predictions:
224
  st.text(prediction)
225
- st.subheader("Please star this repository and join my Telegram Channel:")
226
  st.markdown(
227
  """
228
  <style>
@@ -234,12 +234,6 @@ if st.button("Run"):
234
  <a href="https://github.com/AlekseyKorshuk/huggingartists" target="_blank">
235
  <img src="https://img.shields.io/github/stars/AlekseyKorshuk/huggingartists?style=social"/>
236
  </a>
237
- </p>
238
- <p class="aligncenter">
239
- <a href="https://t.me/joinchat/_CQ04KjcJ-4yZTky" target="_blank">
240
- <img src="https://img.shields.io/badge/dynamic/json?color=blue&label=Telegram%20Channel&query=%24.result&url=https%3A%2F%2Fapi.telegram.org%2Fbot1929545866%3AAAFGhV-KKnegEcLiyYJxsc4zV6C-bdPEBtQ%2FgetChatMemberCount%3Fchat_id%3D-1001253621662&style=social&logo=telegram"/>
241
- </a>
242
- </p>
243
  """,
244
  unsafe_allow_html=True,
245
  )
 
222
  st.subheader("Results")
223
  for prediction in predictions:
224
  st.text(prediction)
225
+ st.subheader("Link to the original repository:")
226
  st.markdown(
227
  """
228
  <style>
 
234
  <a href="https://github.com/AlekseyKorshuk/huggingartists" target="_blank">
235
  <img src="https://img.shields.io/github/stars/AlekseyKorshuk/huggingartists?style=social"/>
236
  </a>
 
 
 
 
 
 
237
  """,
238
  unsafe_allow_html=True,
239
  )