Skip to content

Commit

Permalink
Update streamlit_h2app.py
Browse files Browse the repository at this point in the history
remove beta_expander
  • Loading branch information
andr1976 authored Aug 21, 2023
1 parent 89cff82 commit d9ea54f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/streamlit_h2app.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
col = st.columns(1)
st.title('HydDown Type I H2 cylinder filling')
st.subheader(r'https://github.com/andr1976/HydDown')
my_expander = st.beta_expander("Description")
my_expander = st.expander("Description")
my_expander.write('Real gas vessel pressurisation at constant mass flow with heat transfer from gas to vessel and ambient. Orifice size is arbitrary and used for pressurisation rate.')

col1, col2= st.columns(2)
Expand Down

0 comments on commit d9ea54f

Please sign in to comment.