ritwikraha commited on
Commit
d22ade1
·
1 Parent(s): 88880a2
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -256,7 +256,7 @@ color,depth = show_rendered_image(r,theta,phi)
256
 
257
  fig, ax = plt.subplots()
258
  im = ax.imshow(color)
259
- st.pyplot(im)
260
 
261
  # st.image(color, caption = "Color")
262
  # st.image(depth, caption = "Depth")
 
256
 
257
  fig, ax = plt.subplots()
258
  im = ax.imshow(color)
259
+ st.pyplot(fig)
260
 
261
  # st.image(color, caption = "Color")
262
  # st.image(depth, caption = "Depth")