QuantumLearner commited on
Commit
adec47d
·
verified ·
1 Parent(s): 0e7ec56

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -69,6 +69,11 @@ with st.expander("Wasserstein Distance Methodology", expanded=False):
69
  A high distance indicates a significant shift in price dynamics, potentially due to a market event or a change in investor behavior.
70
  """)
71
 
 
 
 
 
 
72
  #st.write(f"Threshold: {threshold}")
73
 
74
  # Sidebar for "How to Use" instructions inside an expander, closed by default
 
69
  A high distance indicates a significant shift in price dynamics, potentially due to a market event or a change in investor behavior.
70
  """)
71
 
72
+
73
+ st.sidebar.title("""
74
+ Input Parameters
75
+ """)
76
+
77
  #st.write(f"Threshold: {threshold}")
78
 
79
  # Sidebar for "How to Use" instructions inside an expander, closed by default