Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -74,7 +74,7 @@ st.sidebar.title('Input Parameters')
|
|
| 74 |
|
| 75 |
with st.sidebar.expander("Select Analysis", expanded=True):
|
| 76 |
# Sidebar for method selection
|
| 77 |
-
selected = st.
|
| 78 |
|
| 79 |
# Sidebar for "How to Use" instructions specific to the selected method
|
| 80 |
with st.sidebar.expander("How to Use", expanded=False):
|
|
|
|
| 74 |
|
| 75 |
with st.sidebar.expander("Select Analysis", expanded=True):
|
| 76 |
# Sidebar for method selection
|
| 77 |
+
selected = st.radio("Select Analysis", ["Volatility Ratio", "Volume Ratio"])
|
| 78 |
|
| 79 |
# Sidebar for "How to Use" instructions specific to the selected method
|
| 80 |
with st.sidebar.expander("How to Use", expanded=False):
|