We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edde3de commit ff15923Copy full SHA for ff15923
Overview.py
@@ -42,7 +42,7 @@
42
# the treatment process diagram
43
st.markdown(overview_2)
44
with st.expander("View treatment process", expanded=False):
45
- st.image(PROCESS_IMG, width=800)
+ st.image(PROCESS_IMG, width=None)
46
st.markdown(INFO_2)
47
48
# Display info on using model to explore different scenarios
pages/0_🎱_Interactive_simulation.py
@@ -130,7 +130,7 @@
130
st.markdown(INFO_1)
131
with st.expander("Model recap", expanded=False):
132
133
134
135
# Suggestion to vary parameters
136
st.markdown(INFO_3)
0 commit comments