Spaces:
Runtime error
Runtime error
Update templates/index.html
Browse files- templates/index.html +2 -2
templates/index.html
CHANGED
@@ -160,8 +160,8 @@
|
|
160 |
<h2>Capture AI</h2>
|
161 |
<!-- Navigation Tabs -->
|
162 |
<div class="tab">
|
163 |
-
<button class="tablink" onclick="
|
164 |
-
<button class="tablink" onclick="
|
165 |
</div>
|
166 |
</div>
|
167 |
|
|
|
160 |
<h2>Capture AI</h2>
|
161 |
<!-- Navigation Tabs -->
|
162 |
<div class="tab">
|
163 |
+
<button class="tablink" onclick="openLink('https://webashalarforml-imagedataextractor2.hf.space/', this, '#ff4d00')" id="defaultOpen">Visiting Card Data Extractor</button>
|
164 |
+
<button class="tablink" onclick="openLink('https://webashalarforml-resumeextractor2.hf.space/', this, '#ff4d00')">Resume Data Extractor</button>
|
165 |
</div>
|
166 |
</div>
|
167 |
|