QuantumLearner commited on
Commit
86fea3a
·
verified ·
1 Parent(s): 10c5aa8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -51,9 +51,9 @@ st.set_page_config(page_title="Price Probability Analysis", layout="wide")
51
  st.title('Price Probability Analysis')
52
 
53
  # Sidebar for method selection
54
- st.sidebar.header("Input Parameters")
55
 
56
- with st.sidebar.expander("How to Use", expanded=False)
57
  st.markdown("""
58
  ### How to Use
59
 
 
51
  st.title('Price Probability Analysis')
52
 
53
  # Sidebar for method selection
54
+ st.sidebar.title("Input Parameters")
55
 
56
+ with st.sidebar.expander("How to Use", expanded=False):
57
  st.markdown("""
58
  ### How to Use
59