The project generation form currently has multiple UI issues affecting usability and visual consistency.
Issues Observed
- HTML/accessibility attributes are visibly rendered inside the "Your Skills" input field.
- The "Generate My Projects" button appears twice in the UI, creating unnecessary duplication and confusion.
Steps to Reproduce
- Open the project generation page
- Navigate to the "Your Skills" section
- Observe HTML/accessibility attributes rendered visibly inside the input field
- Scroll to the bottom of the form
- Observe duplicate "Generate My Projects" buttons
Expected Behavior
- The skills input field should only display placeholder/user-entered text.
- Accessibility attributes should remain internal to the DOM.
- Only one primary "Generate My Projects" button should be displayed.
Actual Behavior
- HTML/accessibility attributes are rendered visibly inside the input field.
- Two identical "Generate My Projects" buttons are displayed in the UI.
Possible Cause
This may be caused by:
- malformed JSX
- duplicated component rendering
- improperly structured form layout
- accidental rendering of accessibility attributes as plain text
KINDLY ASSIGN ME THE PROJECT FOR CORRECTION.

The project generation form currently has multiple UI issues affecting usability and visual consistency.
Issues Observed
Steps to Reproduce
Expected Behavior
Actual Behavior
Possible Cause
This may be caused by:
KINDLY ASSIGN ME THE PROJECT FOR CORRECTION.