Commit Graph

1 Commits (45f45668d9841ef3aabfe5d20ef4bb02c0615dc0)

Author SHA1 Message Date
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