I have a small app that I started to work on and I’m happy to share it with the community. You can find it here: https://salty-harbor-10851.herokuapp.com/ (code)
I have to say that it was straightforward to deploy the local app to the web using heroku.
PS: Congrats on the amazing news about the raised funds!
3 Likes
Thanks for sharing @drorata, glad you were able to deploy to Heroku without any issues?
I tried out the app for other tickers, but I got an error:
1 Like
Is F
a valid ticker? I do have to handle errors in a nicer way.
Thanks for the pointer. I found the bug - it is now working.
1 Like
Hey @drorata, this is great!
Quick question: have you considered using st.sidebar.date_picker
for the two date fields in the sidebar?
1 Like
@thiago Thanks for the pointer. Done