File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 151151 < div style ="width:600px ">
152152
153153 < ul class ="nav nav-tabs d-flex " id ="DemoTabs " role ="tablist ">
154+ < li class ="nav-item d-none " id ="generative-tab-listitem " data-category ="Generative AI ">
155+ < button class ="nav-link " id ="generative-tab " data-bs-toggle ="tab " data-bs-target ="#generative-panel " type ="button " role ="tab " aria-controls ="generative " aria-selected ="true "> Generative AI</ button >
156+ </ li >
154157 < li class ="nav-item d-none " id ="vision-tab-listitem " data-category ="Computer Vision ">
155158 < button class ="nav-link active " id ="vision-tab " data-bs-toggle ="tab " data-bs-target ="#vision-panel " type ="button " role ="tab " aria-controls ="vision " aria-selected ="true "> Vision</ button >
156159 </ li >
166169 < li class ="nav-item d-none " id ="text-tab-listitem " data-category ="Natural Language ">
167170 < button class ="nav-link " id ="text-tab " data-bs-toggle ="tab " data-bs-target ="#text-panel " type ="button " role ="tab " aria-controls ="text " aria-selected ="false "> Text</ button >
168171 </ li >
169- < li class ="nav-item d-none " id ="generative-tab-listitem " data-category ="Generative AI ">
170- < button class ="nav-link " id ="generative-tab " data-bs-toggle ="tab " data-bs-target ="#generative-panel " type ="button " role ="tab " aria-controls ="generative " aria-selected ="true "> Generative AI</ button >
171- </ li >
172172 < li class ="nav-item d-none " id ="other-tab-listitem " data-category ="Other ">
173173 < button class ="nav-link " id ="other-tab " data-bs-toggle ="tab " data-bs-target ="#other-panel " type ="button " role ="tab " aria-controls ="other " aria-selected ="true "> Other</ button >
174174 </ li >
188188
189189 < div class ="tab-content " id ="DemoTabsContent ">
190190
191+ < div class ="tab-pane fade show " id ="generative-panel " data-category ="Generative AI " role ="tabpanel " aria-labelledby ="generative-tab ">
192+ </ div >
193+
191194 < div class ="tab-pane fade show active " id ="vision-panel " data-category ="Computer Vision " role ="tabpanel " aria-labelledby ="vision-tab ">
192195 </ div >
193196
203206 < div class ="tab-pane fade show " id ="text-panel " data-category ="Natural Language " role ="tabpanel " aria-labelledby ="text-tab ">
204207 </ div >
205208
206- < div class ="tab-pane fade show " id ="generative-panel " data-category ="Generative AI " role ="tabpanel " aria-labelledby ="generative-tab ">
207- </ div >
208-
209209 < div class ="tab-pane fade show " id ="other-panel " data-category ="Other " role ="tabpanel " aria-labelledby ="other-tab ">
210210 </ div >
211211
You can’t perform that action at this time.
0 commit comments