(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?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.