(always) rerun error

Summary

the page and the code are not being updated unless click the ā€˜run python fileā€™

Hello, fellows.

I am struggling with my recent streamlit probelm that (always) rerun, either way, doesnā€™t work as it used to be.

these are my subject reasons, follwos;

using VS Code,

  1. I recently updated streamlit to the latest version
  2. I recently updated vs code setting to see the text bigger, but i donā€™t remember what i have done

iā€™ve done above two things almost same time,
after that, my code on vs code to run streamlit doesnā€™t work properly.

unless click the ā€˜run python codeā€™ from vs code, the code never being updated, never show rerun options upper right corner of the browser.

Is there solution for here?

Thank you in advanced.

Hey @Jay_Choi,

Thank you for sharing this question!

A few follow-up questions:

  • Can you elaborate on what you mean by ā€œmy code on vs code to run streamlit doesnā€™t work properlyā€? Are you seeing an error message? If so, can you update your post to include the error message?
  • What happens when you run your app from the terminal with streamlit run streamlit_app.py rather than from VSCode?