Spaces:
Running
Running
chokiproai
commited on
Commit
•
f240807
1
Parent(s):
f98abc9
Update index.html
Browse files- index.html +15 -31
index.html
CHANGED
@@ -49,6 +49,16 @@
|
|
49 |
.card .btn:hover {
|
50 |
box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
|
51 |
background-color: #0056b3;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
}
|
53 |
</style>
|
54 |
</head>
|
@@ -62,7 +72,7 @@
|
|
62 |
<div class="container">
|
63 |
<ul class="nav nav-tabs" id="myTab" role="tablist">
|
64 |
<li class="nav-item">
|
65 |
-
<a class="nav-link active" id="ai-chat-tab" data-toggle="tab" href="#ai-chat" role="tab" aria-controls="ai-chat" aria-selected="true">
|
66 |
</li>
|
67 |
<li class="nav-item">
|
68 |
<a class="nav-link" id="ai-drawing-tab" data-toggle="tab" href="#ai-drawing" role="tab" aria-controls="ai-drawing" aria-selected="false">AI Drawing (Coming Soon)</a>
|
@@ -70,36 +80,10 @@
|
|
70 |
</ul>
|
71 |
<div class="tab-content" id="myTabContent">
|
72 |
<div class="tab-pane fade show active" id="ai-chat" role="tabpanel" aria-labelledby="ai-chat-tab">
|
73 |
-
<
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
<h5 class="card-title">1)🌟ChatGPT Free</h5>
|
78 |
-
<a href="https://github.com/chokiproai/ChatGPT-Plugins" class="custom-link" target="_blank">Source code: ChatGPT Plugins</a></p>
|
79 |
-
<a href="https://34cn89-3000.csb.app" class="btn" target="_blank">Start</a>
|
80 |
-
</div>
|
81 |
-
</div>
|
82 |
-
</div>
|
83 |
-
<div class="col-sm-6">
|
84 |
-
<div class="card">
|
85 |
-
<div class="card-body">
|
86 |
-
<h5 class="card-title">2)🌟</h5>
|
87 |
-
<p class="card-text">.</p>
|
88 |
-
<a href="#" class="btn" target="_blank">Start</a>
|
89 |
-
</div>
|
90 |
-
</div>
|
91 |
-
</div>
|
92 |
-
<div class="col-sm-6">
|
93 |
-
<div class="card">
|
94 |
-
<div class="card-body">
|
95 |
-
<h5 class="card-title">3)🌟Copilot (VN)</h5>
|
96 |
-
<a href="https://github.com/chokiproai/AI-Copilot" class="custom-link" target="_blank">Source code: Copilot</a></p>
|
97 |
-
<a href="https://jpxt29-7860.csb.app" class="btn" target="_blank">Start</a>
|
98 |
-
</div>
|
99 |
-
|
100 |
-
|
101 |
-
<div class="tab-pane fade" id="ai-drawing" role="tabpanel" aria-labelledby="ai-drawing-tab">
|
102 |
-
Coming Soon!
|
103 |
</div>
|
104 |
</div>
|
105 |
</div>
|
|
|
49 |
.card .btn:hover {
|
50 |
box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
|
51 |
background-color: #0056b3;
|
52 |
+
}
|
53 |
+
.tab-pane {
|
54 |
+
height: 315px;
|
55 |
+
overflow: auto;
|
56 |
+
}
|
57 |
+
|
58 |
+
.tab-pane iframe {
|
59 |
+
width: 100%;
|
60 |
+
height: 100%;
|
61 |
+
max-height: 315px;
|
62 |
}
|
63 |
</style>
|
64 |
</head>
|
|
|
72 |
<div class="container">
|
73 |
<ul class="nav nav-tabs" id="myTab" role="tablist">
|
74 |
<li class="nav-item">
|
75 |
+
<a class="nav-link active" id="ai-chat-tab" data-toggle="tab" href="#ai-chat" role="tab" aria-controls="ai-chat" aria-selected="true">Trang Web Nhúng (Preview)</a>
|
76 |
</li>
|
77 |
<li class="nav-item">
|
78 |
<a class="nav-link" id="ai-drawing-tab" data-toggle="tab" href="#ai-drawing" role="tab" aria-controls="ai-drawing" aria-selected="false">AI Drawing (Coming Soon)</a>
|
|
|
80 |
</ul>
|
81 |
<div class="tab-content" id="myTabContent">
|
82 |
<div class="tab-pane fade show active" id="ai-chat" role="tabpanel" aria-labelledby="ai-chat-tab">
|
83 |
+
<iframe width="560" height="315" src="https://ngoctuanai2-project.static.hf.space/ai-chat.html" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
84 |
+
</div>
|
85 |
+
<div class="tab-pane fade" id="ai-drawing" role="tabpanel" aria-labelledby="ai-drawing-tab">
|
86 |
+
<!-- Nội dung cho tab AI Drawing -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
87 |
</div>
|
88 |
</div>
|
89 |
</div>
|