ritwikraha
commited on
Commit
·
8871e44
1
Parent(s):
9f18954
chore: removing subfield
Browse files
app.py
CHANGED
@@ -244,7 +244,6 @@ def show_rendered_image(r,theta,phi):
|
|
244 |
|
245 |
# app.py text matter starts here
|
246 |
st.title('NeRF:Neural Radiance Fields')
|
247 |
-
st.subfield('')
|
248 |
# set the values of r theta phi
|
249 |
r = -30.0
|
250 |
theta = st.slider('Enter a value for theta', 0.0, 360.0, 1)
|
|
|
244 |
|
245 |
# app.py text matter starts here
|
246 |
st.title('NeRF:Neural Radiance Fields')
|
|
|
247 |
# set the values of r theta phi
|
248 |
r = -30.0
|
249 |
theta = st.slider('Enter a value for theta', 0.0, 360.0, 1)
|