hassiahk commited on
Commit
1adb71b
1 Parent(s): 50ae397

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ if not os.path.isfile(model_path):
36
 
37
  model, state = fetch_model()
38
  pi = math.pi
39
- st.sidebar.image("images/diet-nerf.png", width=230)
40
  st.sidebar.header('SELECT YOUR VIEW DIRECTION')
41
  theta = st.sidebar.slider("Theta", min_value=0., max_value=2.*pi,
42
  step=0.5, value=0.)
 
36
 
37
  model, state = fetch_model()
38
  pi = math.pi
39
+ st.sidebar.image("images/diet-nerf.png", width=310)
40
  st.sidebar.header('SELECT YOUR VIEW DIRECTION')
41
  theta = st.sidebar.slider("Theta", min_value=0., max_value=2.*pi,
42
  step=0.5, value=0.)