Commit Graph

2 Commits (ef6b3ff35eab946ce99479ada2154a1fa2318ace)

Author SHA1 Message Date
AdamBear ef6b3ff35e support stream chat 2023-03-22 15:11:21 +08:00
AdamBear 905aa26b91 Create web_demo2.py
Add a steamlit based demo web_demo2.py for better UI.
need to install streamlit and streamlit-chat component fisrt:
pip install streamlit
pip install streamlit-chat

then run with the following:
streamlit run web_demo2.py --server.port 6006
2023-03-17 10:32:06 +08:00