Hi Streamlit Community
I’m a beginner and having a great time learning and developing apps using Streamlit. I am writing my first post to seek help on a Use Case as I wasn’t able to find an exact/close solution on Streamlit Community (Apologies if a topic already exists, could you please direct me to it).
What I Have:
A Powerpoint which has animations on shapes. The shapes change colour on-click
What I Want:
- Being able to display this animation within Streamlit interface
- Once the user clicks on the shapes, I would like to record the shape colours that were selected by the user
Current Status:
I was able to call the PPT using the iFrame feature in Streamlit. The iFrame allows me to change colours upon clicking
I’m Struggling with:
How to (what approach) should I follow to capture the colours of the shapes I selected within the iFrame
I tried exploring iFrame, Dynamic Component, but have been unable to have a Eureka moment.
I’ll really appreciate if you could please advice how to accomplish this, OR guide me to existing similar posts which I can adapt.
The pptx file with animated shapes is available here: here
I look forward to your reply.
Best
Neeraj