This is a quick and (very) dirty Streamlit app cobbled together so I can get first place in a business trading under uncertainty simulation that took place at my university in 04/2024.
Make sure you have Python 3.8+ with Streamlit installed.
In case you need to install Streamlit, do that first via pip install streamlit.
Then, in a console, run streamlit run predict.py and you should be good to go.
This should be self-explanatory. Feel free to contact me in case you have any questions. Also, feel free to fork and adapt the files to your needs.