Not sure why the columns arent showing up on streamlit.
I’m new to programming. Is this an issue with the pandas I pip installed?
Not sure why the columns arent showing up on streamlit.
I’m new to programming. Is this an issue with the pandas I pip installed?
Hi @dkrazey, welcome to the Streamlit community!
I don’t know anything about the OpenSea API, but the first thing I would test is that you get a valid response back for r. I’d add something like if r.status == 200: to your code, to ensure that the parser is only run when you get a valid JSON response back.
Best,
Randy
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.