hassiahk commited on
Commit
4f54252
1 Parent(s): 5272de4
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -73,7 +73,9 @@ model, state = fetch_model()
73
  pi = math.pi
74
  st.sidebar.image("images/diet-nerf-logo.png", width=310)
75
  st.sidebar.markdown(
76
- "<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>",
 
 
77
  unsafe_allow_html=True,
78
  )
79
  st.sidebar.header("SELECT YOUR VIEW DIRECTION")
 
73
  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
  )
81
  st.sidebar.header("SELECT YOUR VIEW DIRECTION")