Spaces:
Sleeping
Sleeping
Update static/indexAI.html
Browse files- static/indexAI.html +5 -1
static/indexAI.html
CHANGED
@@ -35,7 +35,11 @@
|
|
35 |
|
36 |
|
37 |
<section id="document-image-analysis" class="tool-section hidden">
|
38 |
-
<h3>Document & Image Analysis</h3>
|
|
|
|
|
|
|
|
|
39 |
|
40 |
|
41 |
<!-- File Upload Area -->
|
|
|
35 |
|
36 |
|
37 |
<section id="document-image-analysis" class="tool-section hidden">
|
38 |
+
<h3>Document & Image Analysis</h3> <!-- Text Input Area -->
|
39 |
+
<div class="input-group">
|
40 |
+
<label for="text-input">Or paste text directly:</label>
|
41 |
+
<textarea id="text-input" placeholder="Paste your document text here..."></textarea>
|
42 |
+
</div>
|
43 |
|
44 |
|
45 |
<!-- File Upload Area -->
|