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