Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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.
|
| 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 |
|