This repository contains a Streamlit-based UI for training the COCO chatbot. It allows users to interact with the chatbot and provide feedback on its responses.
- Streamlit-based UI
- OpenAI API integration
- User authentication
- Chat history and feedback collection
Clone the repository:
```bash git clone https://github.com/jplopez19/cocoUItest.git ```
Install the required packages:
```bash pip install -r requirements.txt ```
Run the Streamlit app:
```bash streamlit run UItest.py ```
Open the app in browser and enter the authentication token ("your_dummy_token" to start interacting with the chatbot.