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