Closed marcjulianschwarz closed 1 year ago
Hi, I just installed it on a new instance, it works well.
Could you share us your environment config?
Also you link is 404
Oops, sorry about the link. Here it is: https://github.com/giswqs/streamlit-timeline/issues/5
I am running python 3.10.12 with streamlit version 1.25.0 and streamlit-card version 0.0.61.
Did you install it with pip install streamlit-card
or download the release file ?
I used pip install streamlit-card
Try to use this then streamlit_card.zip (Original one)
Or this streamlit_card.zip. It's a version that I modified and compiled myself. It has the same properties and arguments as the normal one + some usefull things like the ability to modify the CSS of every element.
Put the folder at the root of your project and do this to import it with
from streamlit_card import Card
Hi,
it seems like the frontend build folder is missing when installing with pip. Running a streamlit app with card components throws this error:
I once had a similar issue with this streamlit component (issue).