Spaces:
Build error
Build error
Update templates/index.html
Browse files- templates/index.html +2 -2
templates/index.html
CHANGED
@@ -136,7 +136,7 @@
|
|
136 |
}
|
137 |
|
138 |
.tab button.active {
|
139 |
-
background-color: #
|
140 |
}
|
141 |
|
142 |
/* Tab content styles */
|
@@ -160,7 +160,7 @@
|
|
160 |
<!-- Navigation Tabs -->
|
161 |
<div class="tab">
|
162 |
<button class="tablinks" onclick="openLink('https://webashalarforml-imagedataextractor2.hf.space/', this, '#ff4d00')">Visiting Card Data Extractor</button>
|
163 |
-
<button class="tablinks" onclick="openLink('https://webashalarforml-resumeextractor2.hf.space/', this, '#ff4d00')" id="defaultOpen">Resume Data Extractor</button>
|
164 |
</div>
|
165 |
</div>
|
166 |
<div class="container">
|
|
|
136 |
}
|
137 |
|
138 |
.tab button.active {
|
139 |
+
background-color: #ee4410;
|
140 |
}
|
141 |
|
142 |
/* Tab content styles */
|
|
|
160 |
<!-- Navigation Tabs -->
|
161 |
<div class="tab">
|
162 |
<button class="tablinks" onclick="openLink('https://webashalarforml-imagedataextractor2.hf.space/', this, '#ff4d00')">Visiting Card Data Extractor</button>
|
163 |
+
<button class="tablinks active" onclick="openLink('https://webashalarforml-resumeextractor2.hf.space/', this, '#ff4d00')" id="defaultOpen">Resume Data Extractor</button>
|
164 |
</div>
|
165 |
</div>
|
166 |
<div class="container">
|