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

Update app.py

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