St.write_stream not recognized

I am running streamlit locally. It is not deployed. I am running streamlit 1.10.0. I am running python 3.6.8.

When I try and use st.write_stream I get:

File "C:\Users\mcdnj\PycharmProjects\justTrigStreamlit\.venv\lib\site-packages\streamlit\scriptrunner\script_runner.py", line 554, in _run_script
    exec(code, module.__dict__)
File "C:\Users\mcdnj\PycharmProjects\justTrigStreamlit\Home.py", line 29, in <module>
    st.write_stream(write_intro)

write_stream is only available since version 1.31 of streamlit

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.