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 53
53
</ div >
54
54
55
55
< div id ="chat-area " class ="text-light px-4 py-2 rounded-top text-dark d-flex flex-column justify-content-center background-user ">
56
- < form id ="chat-form ">
56
+ < form id ="chat-form " onsubmit =" event.preventDefault(); " >
57
57
< div class ="input-group ">
58
58
< i class ="bi bi-body-text input-group-text " aria-hidden ="true "> </ i >
59
59
< input id ="message " name ="message " class ="form-control form-control-sm " type ="text " placeholder ="Your Message " aria-label ="Ask ChatGPT "> </ input >
@@ -106,4 +106,4 @@ <h5 class="mb-0">Document Viewer</h5>
106
106
< script src ="https://cdn.jsdelivr.net/npm/markdown-it/dist/markdown-it.min.js "> </ script >
107
107
< script type ="module " src ="/static/main.js "> </ script >
108
108
</ body >
109
- </ html >
109
+ </ html >
You can’t perform that action at this time.
0 commit comments