Wow, it was so easy to build a UI for my LLM App using Streamlit. I built a new LLM App to find real-time discounts from various online markets such as Amazon products. And decided to share it with you. UI is also quite simple, you choose which API or data sources you want to use to search for deals and the app can respond to your specific need for discounts.
Maybe I need help from Streamlit community to decide which way to integrate my solution into Streamlit UI to make it more technically efficient. Currently, API talks to UI via REST and maybe we can also run the backend part as a separate subprocess ?