File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 56
56
< div id ="chat-area " class ="text-light px-4 py-2 rounded-top text-dark d-flex flex-column justify-content-center background-user ">
57
57
< form id ="chat-form " onsubmit ="event.preventDefault(); ">
58
58
< div class ="input-group ">
59
- < button class ="btn btn-outline-dark " onclick ="chatUI.clearChat() ">
59
+ < button class ="btn btn-outline-dark " onclick ="chatUI.clearChat() " aria-label =" Start a new chat " >
60
60
< i class ="bi bi-arrow-repeat " aria-hidden ="true "> </ i >
61
61
</ button >
62
62
< i class ="bi bi-body-text input-group-text dark-border " aria-hidden ="true "> </ i >
63
63
< input id ="message " name ="message " class ="form-control form-control-sm dark-border " type ="text " placeholder ="Your Message " aria-label ="Ask ChatGPT "> </ input >
64
- < button type ="submit " class ="btn btn-outline-dark " style ="border-left-width: 0 ">
64
+ < button type ="submit " class ="btn btn-outline-dark " style ="border-left-width: 0 " aria-label =" Submit " >
65
65
Send < i class ="bi bi-send-fill " aria-hidden ="true "> </ i >
66
66
</ button >
67
67
</ div >
You can’t perform that action at this time.
0 commit comments