Hi all,
I am a 1 week user of Streamlit and loving it thus far. Please may I outline my issue and question.
I have written a script that uses multiple win32com Dispatch calls which works perfectly in Spyder (note this is a work project which interfaces with an old software, and I cannot share the code )
When I run in Streamlit the whole thing freezes. If I ctrl + c in the terminal it says stopping but never does. The part where it freezes is a backend Dispatch call.
I am wondering if there is a way to run the streamlit front end on one thread and the backend (script) on another thread, and if this will help me?
If it is possible, is there a simple guide? (I am a data analyst, not a programmer).
Thank you!