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