Skip to content

Commit

Permalink
enh: update header
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximeLutel committed Nov 18, 2022
1 parent a767bce commit ae75d5e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion streamlit_prophet/app/dashboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@
report: List[Dict[str, Any]] = []

# Info
with st.expander("What is this app?", expanded=False):
with st.expander(
"Streamlit app to build a time series forecasting model in a few clicks", expanded=False
):
st.write(readme["app"]["app_intro"])
st.write("")
st.write("")
Expand Down

0 comments on commit ae75d5e

Please sign in to comment.