QuantumLearner commited on
Commit
fbe7b64
·
verified ·
1 Parent(s): 822dbfd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ 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
75
  with st.sidebar.expander("How to Use", 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
75
  with st.sidebar.expander("How to Use", expanded=False):