This project usesStreamlitto create a dashboard for theCovid-19spread. We can see the spread of Covid-19 in selected countries of Europe. Below is the screenshot of this app that illustrates that we can also switch between linear and log scales. For instance, I selected Germany to see t...
🐕 You can now tweak the behavior of the file watcher with the config optionserver.fileWatcherType. Use it to switch between: auto(default) : Streamlit will attempt to use the watchdog module, and falls back to polling if watchdog is not available. ...
Working with CRISP-DM requires moving back and forth between the different phases. This work process is best represented in the app in the form of ordered options of a menu, each option linked to a different function. The concept of a separate function for each phase also makes perfect sense...
I understood the reverse to be true: a widget should reset if you switch pages (unless you do something to manually copy the data stored in the session state key). At least, that's how I've understood the staff responses in the linked issues above. 👍 1 k...
Use it to switch between: auto (default) : Streamlit will attempt to use the watchdog module, and falls back to polling if watchdog is not available. watchdog : Force Streamlit to use the watchdog module. poll : Force Streamlit to always use polling. none : Streamlit will not watch ...