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