When developing a chatbot to interact with a user, it is important to have a graphical user interface.
In order to build such a frontend, we will use the python package streamlit
in JacLang.
To install streamlit
in terminal type,
pip install streamlit
This is an implementation of a basic streamlit frontend for a simple ChatGPT-clone.
Add a streamlit frontend for the 'Health Assistant Chatbot' built in Assignment 2.
- Chat interface,
- Display the entire session conversation.
- A button to create a new chat session.
- Consider only the operation of the TODO node.