QuantumLearner commited on
Commit
7e9be90
·
verified ·
1 Parent(s): 07f488d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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="Technical Analysis", layout="wide")
341
- st.title('Technical Analysis 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",
 
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",