eliphatfs commited on
Commit
9b3735c
·
1 Parent(s): 4c51593

Remove stupid caption.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ def render_pc(pc):
71
  col1, col2 = st.columns(2)
72
  with col1:
73
  st.plotly_chart(fig, use_container_width=True)
74
- st.caption("Point Cloud Preview")
75
  return col2
76
 
77
 
 
71
  col1, col2 = st.columns(2)
72
  with col1:
73
  st.plotly_chart(fig, use_container_width=True)
74
+ # st.caption("Point Cloud Preview")
75
  return col2
76
 
77