AlekseyKorshuk commited on
Commit
059efa5
1 Parent(s): 99c8e7b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -3
app.py CHANGED
@@ -23,12 +23,19 @@ st.sidebar.markdown(
23
  )
24
  st.sidebar.markdown(
25
  """
 
 
 
 
 
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
  )
 
23
  )
24
  st.sidebar.markdown(
25
  """
26
+ <style>
27
+ .aligncenter {
28
+ text-align: center;
29
+ }
30
+ </style>
31
  <p style='text-align: center'>
32
  <a href="https://github.com/AlekseyKorshuk/huggingartists" target="_blank">GitHub</a> | <a href="https://wandb.ai/huggingartists/huggingartists/reportlist" target="_blank">Project Report</a>
33
  </p>
34
+ <p class="aligncenter">
35
+ <a href="https://colab.research.google.com/github/AlekseyKorshuk/huggingartists/blob/master/huggingartists-demo.ipynb" target="_blank">
36
+ <img src="https://colab.research.google.com/assets/colab-badge.svg"/>
37
+ </a>
38
+ </p>
39
  """,
40
  unsafe_allow_html=True,
41
  )