ritwikraha
commited on
Commit
·
7538d81
1
Parent(s):
b55e48d
check
Browse files
app.py
CHANGED
|
@@ -253,8 +253,12 @@ st.write('Phi:', phi)
|
|
| 253 |
|
| 254 |
color,depth = show_rendered_image(r,theta,phi)
|
| 255 |
|
| 256 |
-
|
| 257 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 258 |
|
| 259 |
|
| 260 |
|
|
|
|
| 253 |
|
| 254 |
color,depth = show_rendered_image(r,theta,phi)
|
| 255 |
|
| 256 |
+
fig, ax = plt.subplots()
|
| 257 |
+
im = ax.imshow(color)
|
| 258 |
+
st.pyplot()
|
| 259 |
+
|
| 260 |
+
# st.image(color, caption = "Color")
|
| 261 |
+
# st.image(depth, caption = "Depth")
|
| 262 |
|
| 263 |
|
| 264 |
|