hassiahk commited on
Commit
e23c514
1 Parent(s): f31c750

Description changes

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -60,15 +60,15 @@ theta = st.sidebar.slider(
60
  max_value=pi,
61
  step=0.5,
62
  value=0.0,
63
- help="Rotational angle in Horizontal direction (Theta)",
64
  )
65
  phi = st.sidebar.slider(
66
- "Rotation (Down to Up)",
67
  min_value=0.0,
68
  max_value=0.5 * pi,
69
  step=0.1,
70
  value=1.0,
71
- help="Rotational angle in Vertical direction (Phi)",
72
  )
73
  radius = st.sidebar.slider(
74
  "Distance (Close to Far)",
 
60
  max_value=pi,
61
  step=0.5,
62
  value=0.0,
63
+ help="Rotational angle in Vertical direction (Theta)",
64
  )
65
  phi = st.sidebar.slider(
66
+ "Rotation (Bottom to Top)",
67
  min_value=0.0,
68
  max_value=0.5 * pi,
69
  step=0.1,
70
  value=1.0,
71
+ help="Rotational angle in Horizontal direction (Phi)",
72
  )
73
  radius = st.sidebar.slider(
74
  "Distance (Close to Far)",