hassiahk commited on
Commit
12242d2
1 Parent(s): f6ebd51
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -132,9 +132,8 @@ with st.spinner("Rendering view..."):
132
  # n_im = n_im.resize(size=(n_new_w, n_new_w))
133
 
134
  # diet_nerf_col, nerf_col = st.beta_columns([1, 1])
135
- diet_nerf_col = st.beta_columns([1])
136
- diet_nerf_col.markdown(f"""<h4 style='text-align: center'>Rendered view for {obj_select}</h4>""", unsafe_allow_html=True)
137
- diet_nerf_col.image(dn_im, use_column_width=True)
138
 
139
  # nerf_col.markdown("""<h4 style='text-align: center'>NeRF</h4>""", unsafe_allow_html=True)
140
  # nerf_col.image(n_im, use_column_width=True)
 
132
  # n_im = n_im.resize(size=(n_new_w, n_new_w))
133
 
134
  # diet_nerf_col, nerf_col = st.beta_columns([1, 1])
135
+ st.markdown(f"""<h4 style='text-align: center'>Rendered view for {obj_select}</h4>""", unsafe_allow_html=True)
136
+ st.image(dn_im, use_column_width=True)
 
137
 
138
  # nerf_col.markdown("""<h4 style='text-align: center'>NeRF</h4>""", unsafe_allow_html=True)
139
  # nerf_col.image(n_im, use_column_width=True)