Spaces:
Running
Running
Update templates/digital_icfai_chat.html
Browse files
templates/digital_icfai_chat.html
CHANGED
|
@@ -7,10 +7,18 @@
|
|
| 7 |
<div id="chat-box" class="chat-box"></div>
|
| 8 |
|
| 9 |
<form id="chat-form" class="chat-form">
|
| 10 |
-
<div class="chat-form-inner"
|
| 11 |
-
|
| 12 |
|
| 13 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
<svg viewBox="0 0 24 24" fill="white" width="18" height="18">
|
| 15 |
<path d="M2 21l21-9L2 3v7l15 2-15 2v7z"/>
|
| 16 |
</svg>
|
|
@@ -18,6 +26,7 @@
|
|
| 18 |
</div>
|
| 19 |
</form>
|
| 20 |
|
|
|
|
| 21 |
</div>
|
| 22 |
</section>
|
| 23 |
|
|
|
|
| 7 |
<div id="chat-box" class="chat-box"></div>
|
| 8 |
|
| 9 |
<form id="chat-form" class="chat-form">
|
| 10 |
+
<div class="chat-form-inner"
|
| 11 |
+
style="display:flex;align-items:center;gap:12px;width:100%;">
|
| 12 |
|
| 13 |
+
<textarea id="chat-input"
|
| 14 |
+
placeholder="Ask about Digital ICFAI ERP System..."
|
| 15 |
+
rows="1"
|
| 16 |
+
style="flex:1;min-width:0;width:100%;margin:0;">
|
| 17 |
+
</textarea>
|
| 18 |
+
|
| 19 |
+
<button type="button" class="send-btn"
|
| 20 |
+
style="flex-shrink:0;width:50px;height:50px;
|
| 21 |
+
display:flex;align-items:center;justify-content:center;margin:0;">
|
| 22 |
<svg viewBox="0 0 24 24" fill="white" width="18" height="18">
|
| 23 |
<path d="M2 21l21-9L2 3v7l15 2-15 2v7z"/>
|
| 24 |
</svg>
|
|
|
|
| 26 |
</div>
|
| 27 |
</form>
|
| 28 |
|
| 29 |
+
|
| 30 |
</div>
|
| 31 |
</section>
|
| 32 |
|