Spaces:
Sleeping
Sleeping
Merge branch 'main' of hf.co:spaces/MedAI-COS30018/MedicalDiagnosisSystem into hf_main
Browse files- static/index.html +25 -25
- static/patient.html +2 -2
static/index.html
CHANGED
|
@@ -86,37 +86,37 @@
|
|
| 86 |
</div>
|
| 87 |
|
| 88 |
<div class="chat-messages" id="chatMessages">
|
| 89 |
-
|
| 90 |
-
|
| 91 |
-
|
| 92 |
-
|
| 93 |
-
|
| 94 |
-
|
| 95 |
-
|
| 96 |
-
|
| 97 |
|
| 98 |
-
|
| 99 |
-
|
| 100 |
-
|
| 101 |
-
|
|
|
|
| 102 |
</div>
|
| 103 |
-
|
| 104 |
-
|
| 105 |
-
|
| 106 |
-
|
| 107 |
-
|
| 108 |
-
|
| 109 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 110 |
</div>
|
| 111 |
-
<
|
| 112 |
-
<p><span class="blue-bubble">Symptom Analysis:</span> I can help analyze symptoms and suggest possible conditions.</p>
|
| 113 |
-
<p><span class="blue-bubble">Treatment Guidance:</span> I can explain treatments, medications, and procedures.</p>
|
| 114 |
-
<p><span class="blue-bubble">Important:</span> This is for informational purposes only. Always consult with qualified healthcare professionals for medical advice.</p>
|
| 115 |
-
<p>How can I assist you today?</p>
|
| 116 |
</div>
|
| 117 |
-
<div class="message-time">Just now</div>
|
| 118 |
</div>
|
| 119 |
-
</div>
|
| 120 |
</div>
|
| 121 |
|
| 122 |
<div class="chat-input-container">
|
|
|
|
| 86 |
</div>
|
| 87 |
|
| 88 |
<div class="chat-messages" id="chatMessages">
|
| 89 |
+
<!-- Welcome message -->
|
| 90 |
+
<div class="message assistant-message">
|
| 91 |
+
<div class="message-avatar">
|
| 92 |
+
<i class="fas fa-robot"></i>
|
| 93 |
+
</div>
|
| 94 |
+
<div class="message-content">
|
| 95 |
+
<div class="message-text">
|
| 96 |
+
👋 Welcome to Medical AI Assistant
|
| 97 |
|
| 98 |
+
<div class="tagged-title">
|
| 99 |
+
<div class="tagged-title-bar"></div>
|
| 100 |
+
<div class="tagged-title-content">
|
| 101 |
+
<h1>Who am I, and what can I do?</h1>
|
| 102 |
+
</div>
|
| 103 |
</div>
|
| 104 |
+
<p>I'm here to help you with medical questions, diagnosis assistance, and healthcare information. I can:</p>
|
| 105 |
+
<div class="tagged-title">
|
| 106 |
+
<div class="tagged-title-bar"></div>
|
| 107 |
+
<div class="tagged-title-content">
|
| 108 |
+
<h1>Key Features</h1>
|
| 109 |
+
</div>
|
| 110 |
</div>
|
| 111 |
+
<p><span class="blue-bubble">Medical Information:</span> I can provide evidence-based medical information and explanations.</p>
|
| 112 |
+
<p><span class="blue-bubble">Symptom Analysis:</span> I can help analyze symptoms and suggest possible conditions.</p>
|
| 113 |
+
<p><span class="blue-bubble">Treatment Guidance:</span> I can explain treatments, medications, and procedures.</p>
|
| 114 |
+
<p><span class="blue-bubble">Important:</span> This is for informational purposes only. Always consult with qualified healthcare professionals for medical advice.</p>
|
| 115 |
+
<p>How can I assist you today?</p>
|
| 116 |
</div>
|
| 117 |
+
<div class="message-time">Just now</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
| 118 |
</div>
|
|
|
|
| 119 |
</div>
|
|
|
|
| 120 |
</div>
|
| 121 |
|
| 122 |
<div class="chat-input-container">
|
static/patient.html
CHANGED
|
@@ -57,8 +57,8 @@
|
|
| 57 |
<button class="modal-close" id="patientSuccessClose">×</button>
|
| 58 |
</div>
|
| 59 |
<div class="modal-body">
|
| 60 |
-
|
| 61 |
-
|
| 62 |
</div>
|
| 63 |
<div class="modal-footer">
|
| 64 |
<button class="secondary" id="patientSuccessReturn">Return to main page</button>
|
|
|
|
| 57 |
<button class="modal-close" id="patientSuccessClose">×</button>
|
| 58 |
</div>
|
| 59 |
<div class="modal-body">
|
| 60 |
+
<p>Your new Patient ID is:</p>
|
| 61 |
+
<div id="createdPatientId" class="big-id"></div>
|
| 62 |
</div>
|
| 63 |
<div class="modal-footer">
|
| 64 |
<button class="secondary" id="patientSuccessReturn">Return to main page</button>
|