AlekseyKorshuk commited on
Commit
99c8e7b
·
1 Parent(s): 318e8fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -26,9 +26,9 @@ st.sidebar.markdown(
26
  <p style='text-align: center'>
27
  <a href="https://github.com/AlekseyKorshuk/huggingartists" target="_blank">GitHub</a> | <a href="https://wandb.ai/huggingartists/huggingartists/reportlist" target="_blank">Project Report</a>
28
  </p>
29
- <p href="https://colab.research.google.com/github/AlekseyKorshuk/huggingartists/blob/master/huggingartists-demo.ipynb" target="_blank">
30
  <img src="https://colab.research.google.com/assets/colab-badge.svg"/>
31
- </p>
32
  """,
33
  unsafe_allow_html=True,
34
  )
 
26
  <p style='text-align: center'>
27
  <a href="https://github.com/AlekseyKorshuk/huggingartists" target="_blank">GitHub</a> | <a href="https://wandb.ai/huggingartists/huggingartists/reportlist" target="_blank">Project Report</a>
28
  </p>
29
+ <a href="https://colab.research.google.com/github/AlekseyKorshuk/huggingartists/blob/master/huggingartists-demo.ipynb" target="_blank" style='text-align: center'>
30
  <img src="https://colab.research.google.com/assets/colab-badge.svg"/>
31
+ </a>
32
  """,
33
  unsafe_allow_html=True,
34
  )