Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 723 Bytes

Assignment_3.md

File metadata and controls

25 lines (16 loc) · 723 Bytes

Assignment 3 - Preface

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.

Assignment 3 - Task

Add a streamlit frontend for the 'Health Assistant Chatbot' built in Assignment 2.

Should Include

  1. Chat interface,
  2. Display the entire session conversation.
  3. A button to create a new chat session.

Assumptions

  1. Consider only the operation of the TODO node.