Spaces:
Build error
Build error
UI Changes
Browse files
app.py
CHANGED
@@ -132,7 +132,7 @@ 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 |
|
|
|
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 |
|