Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -337,8 +337,8 @@ def plot_rolling_pain_index(data: pd.DataFrame, window: int) -> go.Figure:
|
|
| 337 |
return fig
|
| 338 |
|
| 339 |
# Streamlit app
|
| 340 |
-
st.set_page_config(page_title="
|
| 341 |
-
st.title('
|
| 342 |
|
| 343 |
# Sidebar for method selection
|
| 344 |
selected = st.sidebar.radio("Select Indicator", ["Rolling Volatility", "Rolling Sharpe Ratio", "Rolling Treynor Ratio", "Rolling Beta", "Rolling Jensen's Alpha",
|
|
|
|
| 337 |
return fig
|
| 338 |
|
| 339 |
# Streamlit app
|
| 340 |
+
st.set_page_config(page_title="Dynamic Risk Management Indicators", layout="wide")
|
| 341 |
+
st.title('Dynamic Risk Management Indicators')
|
| 342 |
|
| 343 |
# Sidebar for method selection
|
| 344 |
selected = st.sidebar.radio("Select Indicator", ["Rolling Volatility", "Rolling Sharpe Ratio", "Rolling Treynor Ratio", "Rolling Beta", "Rolling Jensen's Alpha",
|