hassiahk commited on
Commit
c1f7cd5
1 Parent(s): 4f54252
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -74,7 +74,9 @@ pi = math.pi
74
  st.sidebar.image("images/diet-nerf-logo.png", width=310)
75
  st.sidebar.markdown(
76
  """
77
- "<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>"
 
 
78
  """,
79
  unsafe_allow_html=True,
80
  )
 
74
  st.sidebar.image("images/diet-nerf-logo.png", width=310)
75
  st.sidebar.markdown(
76
  """
77
+ <p style='text-align: center'>
78
+ <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>
79
+ </p>
80
  """,
81
  unsafe_allow_html=True,
82
  )