Connection C# algorithm to Streamlit Advice

Hey there, I am seeking advice on how to create/connect a Streamlit application and a C# algorithm, and how to optimize the Streamlit app such that the user experience is as smooth as possible.

More info on my requirements:
The project is built around a .json file. The streamlit app renders the content of the .json file (say a matplotlib graph). Then, the user can change the content of the json file by calling an algorithm implemented in C#. The new content of the .json file is then displayed by the Streamlit application.

Thanks for the time

Hi @Lucas_Vicentim,

Thanks for sharing your question with the community! :balloon: Please update your debugging post to include a code snippet and a link to your app’s public GitHub repo – this will allow the community to help you find an answer as quickly as possible. In the meantime, this post will be tagged as needs-more-info.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.