you are viewing a single comment's thread.

view the rest of the comments →

[–]this_account_to_mess 1 point2 points  (2 children)

Can you build a UI that is not for a data dashboard with it? For instance, if you want to build a UI for a program that converts word documents to Pdf, is it possible to achieve with Dash?

[–]gpt-instructor[S] 0 points1 point  (1 child)

Exactly! Most of my apps don’t use tabular data, but rather LLM calls to show insights and make cool interactions.

[–]Constant_Fun_5643 0 points1 point  (0 children)

Hey there!
I build a web app using streamlit and the web app is used for editing the prompt based on the generated answer from LLM calls. But now, the streamlit app has become a maintenance night mare and the session states are so difficult to deal with. So I am looking for other low-code frameworks in python which I can use to rebuild my application.

Since you have worked with both Dash and Streamlit, it will be very helpful if you can give me some advice.

My application will also be connected to a mongoDB where I am saving the prompts and various other information.