Installed ok. I am trying to run a simple script:
import streamlit as st
st.write(st.version)
streamlit run test.py
You can now view your Streamlit app in your browser.
Local URL: http://localhost:8765
Network URL: http://192.168.1.111:8765
and all I get in Chrome is:
404: Not Found