When I run my app locally it works great. When I deploy it to Streamlit, I need to enter my message to chatgpt twice before it processes it. The first message doesn’t even appear on the screen, which is should before going to the api. I have a feeling it might be with how state is being handled when hosted…
Anyone else have this kind of issue?