I’ve installed streamlit and I’m on version 1.31.1 and python is version 3.11.5
I’ve created a python file in VSCode and imported streamlit as st. I tried to run it to see my page but it keeps saying “Error: Invalid value: File does not exist: app.py”
Hi @Neil_McDevitt . What is your file name? For running you should use streamlit run your_file_name.py. Also make sure that both your file and terminal are in same location!!
Happy Streamlit-ing