Skip to content

Commit e99937d

Browse files
authored
Update dashboard.html
Updated
1 parent 28b5be5 commit e99937d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

dashboard.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,12 @@ <h3 class="card-title">🌱 Expert Recommendations</h3>
178178
<div class="loading">⏳ Loading...</div>
179179
</div>
180180
</div>
181-
181+
<div id="chat-messages"></div>
182+
<div class="input-container">
183+
<input type="text" id="user-input" placeholder="Type your message...">
184+
<button onclick="handleSend()">Send</button>
185+
</div>
186+
</div>
182187
<script>
183188
document.addEventListener('DOMContentLoaded', () => {
184189
loadDashboardData();

0 commit comments

Comments
 (0)