I installed streamlit in VScode, and tried to run this.
import streamlit as st
st.title("Hello")
But I dont get streamlit to pop up in a new browser, instead I get this message in the terminal. Is this something to do with my files?
Warning: to view this Streamlit app on a browser, run it with the following command:
streamlit run c:\Users\MyName\Documents\VS code\test.py [ARGUMENTS]