Spaces:
Running
Running
Geoffrey Kip
commited on
Commit
·
2b727c9
1
Parent(s):
7c4c603
Fix: Replace invalid Altair width='stretch' with use_container_width=True
Browse files- ct_agent_app.py +1 -1
ct_agent_app.py
CHANGED
|
@@ -363,7 +363,7 @@ if page == "Analytics Dashboard":
|
|
| 363 |
.interactive()
|
| 364 |
)
|
| 365 |
|
| 366 |
-
st.altair_chart(chart, theme="streamlit",
|
| 367 |
|
| 368 |
# Show raw table
|
| 369 |
with st.expander("View Source Data"):
|
|
|
|
| 363 |
.interactive()
|
| 364 |
)
|
| 365 |
|
| 366 |
+
st.altair_chart(chart, theme="streamlit", use_container_width=True)
|
| 367 |
|
| 368 |
# Show raw table
|
| 369 |
with st.expander("View Source Data"):
|