hassiahk commited on
Commit
16bc222
1 Parent(s): f5e86d2

Change WARNING to NOTE

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -140,7 +140,7 @@ with st.spinner("Rendering view..."):
140
 
141
  # diet_nerf_col, nerf_col = st.beta_columns([1, 1])
142
  st.markdown(
143
- "> :bomb: WARNING: The rendered view does not fully reflect the true quality of the view generated by the model "
144
  "because it has been downsampled to speedup the process."
145
  )
146
  st.markdown(f"""<h4 style='text-align: center'>Rendered view for {obj_select}</h4>""", unsafe_allow_html=True)
 
140
 
141
  # diet_nerf_col, nerf_col = st.beta_columns([1, 1])
142
  st.markdown(
143
+ "> 📒 NOTE: The rendered view does not fully reflect the true quality of the view generated by the model "
144
  "because it has been downsampled to speedup the process."
145
  )
146
  st.markdown(f"""<h4 style='text-align: center'>Rendered view for {obj_select}</h4>""", unsafe_allow_html=True)