ritwikraha
commited on
Commit
·
d22ade1
1
Parent(s):
88880a2
check
Browse files
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(
|
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")
|