v0.2
Implement JavaFX GUI for chatbot Created the main JavaFX Application class and FXML layout to provide a graphical interface for the chatbot. Integrated the GUI with backend logic so that user input is processed and responses are displayed dynamically. This satisfies the minimal Level-10 requirement.