I’m very new to streamlit. I want to create a demo app to demonstrate the benchmark of two approaches.
For easy comparison I want create two chat bot column in the same page and one box above (or below) for input question.
It’s better for two models to generate at the same time. (maybe use multi processing) I don’t know how to do this too. But if can’t its okay too.
Please show me a code to do it.