Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -200,18 +200,6 @@ This is a Chain-of-Thought powered medical chatbot that:
|
|
200 |
|
201 |
- How does metformin work to lower blood sugar?
|
202 |
|
203 |
-
### Diagnosis & Tests
|
204 |
-
- What diagnostic tests are used to detect rheumatoid arthritis?
|
205 |
-
|
206 |
-
- When is a colonoscopy recommended for cancer screening?
|
207 |
-
|
208 |
-
### Hospital & Patient Care
|
209 |
-
- What are the psychosocial challenges faced by cancer patients?
|
210 |
-
|
211 |
-
- How do hospitals manage patients with multidrug-resistant infections?
|
212 |
-
|
213 |
-
### Clinical Guidelines / Rare Topics
|
214 |
-
- What is the recommended treatment for acute myocardial infarction in elderly patients?
|
215 |
"""
|
216 |
def suggestion_click(q, history, min_year, max_year, specialty):
|
217 |
return qa_bot(q, history, min_year, max_year, specialty)
|
|
|
200 |
|
201 |
- How does metformin work to lower blood sugar?
|
202 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
203 |
"""
|
204 |
def suggestion_click(q, history, min_year, max_year, specialty):
|
205 |
return qa_bot(q, history, min_year, max_year, specialty)
|