-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add example for Streamlit app that uses PostgreSQL #262
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Basic function works well - one question.
When I enter a new data point in, I notice that I have to change one of the axes for the new point to be loaded on the chart and table (I assume because the frontend doesn't grab the new data until an axis is changed). This might be confusing since users expect to see it immediately without doing anything.
Can you add an automatic reload? You could have it reload after a delay (the postgres query should go through pretty fast) or worst case, add a refresh button to show the changes without changing any axes.
This is not restarting for some reason: Can u please start the app and lmk @stanleyo03 |
This is a bug on the backend. @stanleyo03 you probably need to delete this one and re deploy it as a new app |
@bryannho @neelasha23 Here is a new link: https://twilight-fog-4463.ploomberapp.io/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
App looks good with the reload! One minor comment
In the left sidebar, please add a very brief description of the utility of the app and what happens when a user inputs a new point (what changes should they expect to see) @stanleyo03 |
@bryannho @neelasha23 should be ready for merge |
Link to app on Ploomber Cloud: https://twilight-fog-4463.ploomberapp.io/
Closes #258
📚 Documentation preview 📚: https://ploomber-doc--262.org.readthedocs.build/en/262/