I have a very simple test of streamlit.
import streamlit as st
st.write("Hello, World!")
If I try to launch it from the shell using streamlit run main.py
nothing ever populates in the webview.
If I then Run the app withing the IDE I see the webview populate for a second with my streamlit app then it crashes without error.
Not sure what I’m doing wrong.