Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -183,7 +183,7 @@ def page2():
|
|
| 183 |
|
| 184 |
# Transpose data at the bottom
|
| 185 |
st.markdown("---")
|
| 186 |
-
st.subheader("
|
| 187 |
st.markdown("""
|
| 188 |
**Explanation:**
|
| 189 |
This table presents the portfolio allocation weights and market values for each ticker across different dates. It provides a detailed view of how each stock's weight and market value have evolved over time.
|
|
|
|
| 183 |
|
| 184 |
# Transpose data at the bottom
|
| 185 |
st.markdown("---")
|
| 186 |
+
st.subheader("Industry Allocation Overview by Date")
|
| 187 |
st.markdown("""
|
| 188 |
**Explanation:**
|
| 189 |
This table presents the portfolio allocation weights and market values for each ticker across different dates. It provides a detailed view of how each stock's weight and market value have evolved over time.
|