Hello, excited to join and contribute to the community!
I’m developing a stock visualizing app and my st.write() and st.plotly_graph() isnt outputting as intended. the app in question https://share.streamlit.io/chriztopherton/stockviz/main/StockVizer.py
It runs fine locally but upon deployment, it doesn’t. Not exactly sure where its running into errors. Thank you!
Hi @Marisa_Smith!! Thanks for the rapid response and I apologize for my delay.
You can find details and code of my project on my github https://github.com/chriztopherton/StockViz. Im currently using:
- streamlit version 0.73.0
- python 3.8.3
- pip
- virtualenv
I detailed my process of getting it up and running on my README. Please ask if anything is confusing and I’d be happy to elaborate. I suspect streamlit might not be able to render pandas.read_html()'s output since it works fine locally and issues are seen upon deployment. Thank you so much for your help!!
Hi @chriztopherton, welcome to the Streamlit community!
Not sure if you figured out the issue, but cloning your repo and deploying works for me:
Please let me know if this is resolved, and if not, we can try and figure out the issue.
Best,
Randy