Spaces:
Running
Running
Update index.html
Browse files- index.html +32 -31
index.html
CHANGED
@@ -140,37 +140,7 @@
|
|
140 |
<!-- Carousel and Jumbotron section -->
|
141 |
|
142 |
<!-- Slider and Chatbot Modal -->
|
143 |
-
|
144 |
-
<div class="modal-dialog modal-lg">
|
145 |
-
<div class="modal-content">
|
146 |
-
<div class="modal-header">
|
147 |
-
<h5 class="modal-title" id="sliderModalLabel">Model Settings Chatbot</h5>
|
148 |
-
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
149 |
-
</div>
|
150 |
-
<div class="modal-body">
|
151 |
-
<!-- Chatbot UI goes here -->
|
152 |
-
<div class="chatbot-container">
|
153 |
-
<!-- Chatbot display area -->
|
154 |
-
<div class="chatbot-display"></div>
|
155 |
-
<!-- User input area -->
|
156 |
-
<div class="user-input">
|
157 |
-
<textarea class="form-control" rows="3" placeholder="Type your message..."></textarea>
|
158 |
-
<button class="btn btn-primary mt-2">Send</button>
|
159 |
-
</div>
|
160 |
-
</div>
|
161 |
-
</div>
|
162 |
-
</div>
|
163 |
-
</div>
|
164 |
-
</div>
|
165 |
-
|
166 |
-
<!-- JavaScript to trigger modal -->
|
167 |
-
<script>
|
168 |
-
function openChatbotModal() {
|
169 |
-
var myModal = new bootstrap.Modal(document.getElementById('sliderModal'));
|
170 |
-
myModal.show();
|
171 |
-
}
|
172 |
-
</script>
|
173 |
-
</div>
|
174 |
</div>
|
175 |
<div class="carousel-item">
|
176 |
<!-- Text Generation Model Preview -->
|
@@ -209,6 +179,37 @@
|
|
209 |
</div>
|
210 |
</div>
|
211 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
212 |
</div>
|
213 |
<!-- Main content content -->
|
214 |
</div>
|
|
|
140 |
<!-- Carousel and Jumbotron section -->
|
141 |
|
142 |
<!-- Slider and Chatbot Modal -->
|
143 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
144 |
</div>
|
145 |
<div class="carousel-item">
|
146 |
<!-- Text Generation Model Preview -->
|
|
|
179 |
</div>
|
180 |
</div>
|
181 |
</div>
|
182 |
+
</div>
|
183 |
+
<div class="modal fade" id="sliderModal" tabindex="-1" aria-labelledby="sliderModalLabel" aria-hidden="true">
|
184 |
+
<div class="modal-dialog modal-lg">
|
185 |
+
<div class="modal-content">
|
186 |
+
<div class="modal-header">
|
187 |
+
<h5 class="modal-title" id="sliderModalLabel">Model Settings Chatbot</h5>
|
188 |
+
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
189 |
+
</div>
|
190 |
+
<div class="modal-body">
|
191 |
+
<!-- Chatbot UI goes here -->
|
192 |
+
<div class="chatbot-container">
|
193 |
+
<!-- Chatbot display area -->
|
194 |
+
<div class="chatbot-display"></div>
|
195 |
+
<!-- User input area -->
|
196 |
+
<div class="user-input">
|
197 |
+
<textarea class="form-control" rows="3" placeholder="Type your message..."></textarea>
|
198 |
+
<button class="btn btn-primary mt-2">Send</button>
|
199 |
+
</div>
|
200 |
+
</div>
|
201 |
+
</div>
|
202 |
+
</div>
|
203 |
+
</div>
|
204 |
+
</div>
|
205 |
+
|
206 |
+
<!-- JavaScript to trigger modal -->
|
207 |
+
<script>
|
208 |
+
function openChatbotModal() {
|
209 |
+
var myModal = new bootstrap.Modal(document.getElementById('sliderModal'));
|
210 |
+
myModal.show();
|
211 |
+
}
|
212 |
+
</script>
|
213 |
</div>
|
214 |
<!-- Main content content -->
|
215 |
</div>
|