**Home Page:** - [x] Once message is submitted have the text field clear - [x] Remove distance betwenen text field and chat and make the text field wider. (just look at old page.modules styles that are commented out) - [ ] Add a box with border and auto scroll to true for a chat box. - [x] Background color - [x] Button that says 'Add your Professor' clicking sends to scrape page **Scrape Page** - [x] A textfield in the middle with a nice background color. - [x] Submitting sends message to api/scrape then the resulting json is sent to another api route /upsert to upsert to pinecone - [x] Success and error messages - [x] Once message is submitted have the text field clear
Home Page:
Scrape Page