Spaces: Third party component streamlit-tags not loading
See original GitHub issueLink:https://huggingface.co/spaces/dk-crazydiv/streamlit-tags-breaking
Requirements installed:
streamlit==0.82.0
transformers==4.8.2
torch==1.9.0
streamlit-tags==1.2.6
Error Message on Spaces
Expected behaviour
Info:
- The same code works fine on local & on streamlit share
- A request in console is 404 on spaces page, but works on share.streamlit.io (looks like it might be an iframe blocking issue)
Thanks for help!
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Introduction to Streamlit and Streamlit Components - Auth0
This article will show you how to build Streamlit apps and custom Streamlit Components, with the end goal of implementing Auth0 ...
Read more >Are you using HTML in Markdown? Tell us why! - Streamlit
As described in this Github issue, it is very easy to write unsafe apps when developers have the ability to code in HTML....
Read more >Streamlit-tags a new way to do add tags and enter keywords ...
Hello, I have created a custom component for Streamlit which is a custom tag function and keywords functions in Streamlit it returns a...
Read more >Introducing multipage apps! - Streamlit Blog
Hello, I got a new “Unsupported browser” error on Streamlit Cloud. I'm using Chrome and third-party cookies are enabled. “Streamlit uses third- ...
Read more >Introducing Streamlit Components
We are happy to announce Streamlit Components, enabling the Streamlit community to create and share bits of app functionality.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
HF Spaces now supports Streamlit components (see https://huggingface.co/docs/hub/spaces#changelog)
https://huggingface.co/spaces/dk-crazydiv/streamlit-tags-breaking is now working as expected
Great job @cbensimon! 🥳