Spaces:
Build error
Build error
Description changes
Browse files
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
|
64 |
)
|
65 |
phi = st.sidebar.slider(
|
66 |
-
"Rotation (
|
67 |
min_value=0.0,
|
68 |
max_value=0.5 * pi,
|
69 |
step=0.1,
|
70 |
value=1.0,
|
71 |
-
help="Rotational angle in
|
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)",
|