- Installed locally via Pycharm on a Windows 11 laptop. Python 3.13
- Streamlit version 1.45.1
- Invoked either through Pycharm, or the terminal: python3 -m streamlit run streamlit.py
- Code is:
- import streamlit as st
- st.write(“Hello ,let’s learn how to build a streamlit app together”)
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.