Spaces:
Sleeping
Sleeping
Update static/indexAI.html
Browse files- static/indexAI.html +20 -20
static/indexAI.html
CHANGED
@@ -1,5 +1,3 @@
|
|
1 |
-
|
2 |
-
|
3 |
<!DOCTYPE html>
|
4 |
<html lang="en">
|
5 |
<head>
|
@@ -16,23 +14,23 @@
|
|
16 |
</header>
|
17 |
|
18 |
<main>
|
19 |
-
<section class="cards"
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
</section>
|
36 |
|
37 |
|
38 |
|
@@ -84,6 +82,8 @@
|
|
84 |
</section>
|
85 |
|
86 |
|
|
|
|
|
87 |
<section id="question-answering" class="tool-section hidden">
|
88 |
<h3>Intelligent Question Answering</h3>
|
89 |
|
@@ -133,7 +133,7 @@
|
|
133 |
<div id="qa-error-message" class="error-message hidden"></div>
|
134 |
</section>
|
135 |
|
136 |
-
<section id="data-visualization" class="tool-section
|
137 |
<h3>Data Visualization Code Generation</h3>
|
138 |
|
139 |
<!-- File Upload Area -->
|
|
|
|
|
|
|
1 |
<!DOCTYPE html>
|
2 |
<html lang="en">
|
3 |
<head>
|
|
|
14 |
</header>
|
15 |
|
16 |
<main>
|
17 |
+
<section class="cards">
|
18 |
+
<div class="card" onclick="showSection('document-image-analysis')">
|
19 |
+
<div class="icon">π</div>
|
20 |
+
<h2>Document & Image Analysis</h2>
|
21 |
+
<p>Summarize documents and generate captions for images.</p>
|
22 |
+
</div>
|
23 |
+
<div class="card" onclick="showSection('question-answering')">
|
24 |
+
<div class="icon">π¬</div>
|
25 |
+
<h2>Intelligent Question Answering</h2>
|
26 |
+
<p>Ask questions based on documents or images.</p>
|
27 |
+
</div>
|
28 |
+
<div class="card" onclick="showSection('data-visualization')">
|
29 |
+
<div class="icon">π</div>
|
30 |
+
<h2>Data Visualization Code Generation</h2>
|
31 |
+
<p>Generate Python code for visualizing data from Excel.</p>
|
32 |
+
</div>
|
33 |
+
</section>
|
34 |
|
35 |
|
36 |
|
|
|
82 |
</section>
|
83 |
|
84 |
|
85 |
+
'
|
86 |
+
'
|
87 |
<section id="question-answering" class="tool-section hidden">
|
88 |
<h3>Intelligent Question Answering</h3>
|
89 |
|
|
|
133 |
<div id="qa-error-message" class="error-message hidden"></div>
|
134 |
</section>
|
135 |
|
136 |
+
<section id="data-visualization" class="tool-section">
|
137 |
<h3>Data Visualization Code Generation</h3>
|
138 |
|
139 |
<!-- File Upload Area -->
|