Spaces:
Build error
Build error
UI Fixes
Browse files
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 |
-
|
|
|
|
|
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 |
)
|