AlekseyKorshuk commited on
Commit
e603b9c
1 Parent(s): 204110c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -16,7 +16,7 @@ st.sidebar.markdown(
16
  }
17
  </style>
18
  <p class="aligncenter">
19
- <img src="https://raw.githubusercontent.com/AlekseyKorshuk/huggingartists/master/img/logo.jpg" width="420" height="400"/>
20
  </p>
21
  """,
22
  unsafe_allow_html=True,
@@ -24,7 +24,10 @@ st.sidebar.markdown(
24
  st.sidebar.markdown(
25
  """
26
  <p style='text-align: center'>
27
- <a href="https://github.com/codestella/putting-nerf-on-a-diet" target="_blank">GitHub</a> | <a href="https://www.notion.so/DietNeRF-Putting-NeRF-on-a-Diet-4aeddae95d054f1d91686f02bdb74745" target="_blank">Project Report</a>
 
 
 
28
  </p>
29
  """,
30
  unsafe_allow_html=True,
 
16
  }
17
  </style>
18
  <p class="aligncenter">
19
+ <img src="https://raw.githubusercontent.com/AlekseyKorshuk/huggingartists/master/img/logo.jpg" width="420" />
20
  </p>
21
  """,
22
  unsafe_allow_html=True,
 
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
+ <p class="aligncenter">
30
+ <img src="https://colab.research.google.com/assets/colab-badge.svg" href="https://colab.research.google.com/github/AlekseyKorshuk/huggingartists/blob/master/huggingartists-demo.ipynb" />
31
  </p>
32
  """,
33
  unsafe_allow_html=True,