Skip to content

Commit c6fedd4

Browse files
authored
Merge pull request #14 from sstevens2/patch-2
Adding hint of where to find streamlit functions.
2 parents a792acd + f630dbb commit c6fedd4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_episodes/05-create-streamlit-app.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,8 @@ We now have a web application that can allow you to share your interactive visua
163163

164164
> ## Add a description
165165
>
166-
> After the plot is displayed, add some text describing the plot.
166+
> After the plot is displayed, add some text describing the plot. Hint you may want look at the [Streamlit Reference Docs](https://docs.streamlit.io/library/api-reference)
167+
> to find an appropriate function.
167168
> > ## Solution
168169
> > ~~~
169170
> > st.plotly_chart(fig, use_container_width=True) # this line is already in the app

0 commit comments

Comments
 (0)