Spaces:
Running
Running
Update index.html
Browse files- index.html +4 -2
index.html
CHANGED
@@ -24,14 +24,16 @@
|
|
24 |
<h5 class="example-text">The ventilation rate (VR) could be set by altering the motor voltage</h5>
|
25 |
<h5 class="example-text">MRR - Mortality Rate Ratio, TBI - Traumatic Brain Injury</h5>
|
26 |
</div>
|
27 |
-
<form>
|
28 |
<input type="text" class="text-field" placeholder="Enter a sentence(s) containing a Medical Acronym and it's long form">
|
29 |
<button id="submit" type="submit">Submit</button>
|
30 |
</form>
|
31 |
</div>
|
32 |
<div id="output-container">
|
33 |
<h2>Output</h2>
|
34 |
-
|
|
|
|
|
35 |
<button id="export-json" type="button">Export interactions as JSON</button>
|
36 |
</div>
|
37 |
|
|
|
24 |
<h5 class="example-text">The ventilation rate (VR) could be set by altering the motor voltage</h5>
|
25 |
<h5 class="example-text">MRR - Mortality Rate Ratio, TBI - Traumatic Brain Injury</h5>
|
26 |
</div>
|
27 |
+
<form id="input-form">
|
28 |
<input type="text" class="text-field" placeholder="Enter a sentence(s) containing a Medical Acronym and it's long form">
|
29 |
<button id="submit" type="submit">Submit</button>
|
30 |
</form>
|
31 |
</div>
|
32 |
<div id="output-container">
|
33 |
<h2>Output</h2>
|
34 |
+
<div id="output-result">
|
35 |
+
|
36 |
+
</div>
|
37 |
<button id="export-json" type="button">Export interactions as JSON</button>
|
38 |
</div>
|
39 |
|