QuantumLearner commited on
Commit
6125812
·
verified ·
1 Parent(s): 6856892

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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):